aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-21 11:57:41 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-21 11:57:47 +0000
commit07cdcdf223cb07f2a96c54ef9b5d27e0031c7d48 (patch)
tree80605afd3703f33ece651a8cd7c7e0fc826d675e
parent26b5d440b21ac684fd1edcbf0ff337723ea2d31d (diff)
downloadports-07cdcdf223cb07f2a96c54ef9b5d27e0031c7d48.tar.gz
ports-07cdcdf223cb07f2a96c54ef9b5d27e0031c7d48.zip
games/filters: Move manpages to share/man
-rw-r--r--games/filters/Makefile14
-rw-r--r--games/filters/pkg-plist2
2 files changed, 9 insertions, 7 deletions
diff --git a/games/filters/Makefile b/games/filters/Makefile
index 4fec6a1598bd..1c3a6536f0ba 100644
--- a/games/filters/Makefile
+++ b/games/filters/Makefile
@@ -1,6 +1,7 @@
PORTNAME= filters
-PORTVERSION= 2.55
+DISTVERSION= 2.55
DISTVERSIONSUFFIX= .orig
+PORTREVISION= 1
CATEGORIES= games perl5
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX}
@@ -11,11 +12,14 @@ WWW= https://joeyh.name/code/filters/
LICENSE= GPLv2
-CONFLICTS= chef kenny lolcat talkfilters
-
USES= gmake perl5 shebangfix
+
+SHEBANG_FILES= ${PERLFILTERS}
+
MAKE_JOBS_UNSAFE= yes
+CONFLICTS= chef kenny lolcat talkfilters
+
WRKSRC= ${WRKDIR}/${PORTNAME}
PERLFILTERS= b1ff censor chef eleet fudd jibberish kenny pirate rasterman \
@@ -23,8 +27,6 @@ PERLFILTERS= b1ff censor chef eleet fudd jibberish kenny pirate rasterman \
CFILTERS= jethro kraut cockney jive nyc ken ky00te newspeak nethackify \
scramble
-SHEBANG_FILES= ${PERLFILTERS}
-
post-extract:
@${MV} ${WRKSRC}/${PORTNAME}.6 ${WRKSRC}/${PORTNAME}.1
@@ -35,6 +37,6 @@ do-install:
.for f in ${PERLFILTERS}
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1
.include <bsd.port.mk>
diff --git a/games/filters/pkg-plist b/games/filters/pkg-plist
index c88e3f3c85e6..eb48fce72683 100644
--- a/games/filters/pkg-plist
+++ b/games/filters/pkg-plist
@@ -24,4 +24,4 @@ bin/spammer
bin/studly
bin/uniencode
bin/upside-down
-man/man1/filters.1.gz
+share/man/man1/filters.1.gz