Date: Sun, 21 Jan 2024 17:43:44 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eb1af0d6b11e - main - misc/talkfilters: Move manpages to share/man Message-ID: <202401211743.40LHhixd099145@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb1af0d6b11e14ce4428c5c41dcfe991d9fc53eb commit eb1af0d6b11e14ce4428c5c41dcfe991d9fc53eb Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-21 16:54:10 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-21 17:43:25 +0000 misc/talkfilters: Move manpages to share/man --- misc/talkfilters/Makefile | 14 ++++++++------ misc/talkfilters/pkg-plist | 4 ++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile index 7fc878a2c7d5..0f3bb0da3b08 100644 --- a/misc/talkfilters/Makefile +++ b/misc/talkfilters/Makefile @@ -1,6 +1,6 @@ PORTNAME= talkfilters -PORTVERSION= 2.3.8 -PORTREVISION= 2 +DISTVERSION= 2.3.8 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://www.hyperrealm.com/talkfilters/ \ LOCAL/ehaupt @@ -11,15 +11,17 @@ WWW= https://www.hyperrealm.com/talkfilters/talkfilters.html LICENSE= GPLv2 -CONFLICTS= chef filters - USES= libtool pathfix -GNU_CONFIGURE= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFLICTS= chef filters SUB_FILES= pkg-message -INFO= talkfilters +INFO= talkfilters + +# remove after manprefix migration +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share post-extract: @${ECHO} ${DO_NADA} > ${WRKSRC}/install-sh diff --git a/misc/talkfilters/pkg-plist b/misc/talkfilters/pkg-plist index 7652d5679ac0..2bbd2fc28f8f 100644 --- a/misc/talkfilters/pkg-plist +++ b/misc/talkfilters/pkg-plist @@ -23,5 +23,5 @@ lib/libtalkfilters.so lib/libtalkfilters.so.1 lib/libtalkfilters.so.1.0.4 libdata/pkgconfig/talkfilters.pc -man/man1/talkfilters.1.gz -man/man1/wrap.1.gz +share/man/man1/talkfilters.1.gz +share/man/man1/wrap.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211743.40LHhixd099145>