diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-01-21 16:54:10 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-01-21 17:43:25 +0000 |
commit | eb1af0d6b11e14ce4428c5c41dcfe991d9fc53eb (patch) | |
tree | ad0a9831ab3a697a190af9805f774b6aa1f75540 | |
parent | 22ae616d446f807b22ee0335087f6b97ca2ef3d4 (diff) |
misc/talkfilters: Move manpages to share/man
-rw-r--r-- | misc/talkfilters/Makefile | 14 | ||||
-rw-r--r-- | 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 |