aboutsummaryrefslogtreecommitdiff
path: root/textproc/crunch
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-11 13:59:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-11 13:59:36 +0000
commit7074d7f6aec43269666bcbbfd162d977b7c64277 (patch)
treed22566119989458e40ed57605132262852c1e776 /textproc/crunch
parentc142ce547ec58bf634ebd942905262d716248014 (diff)
downloadports-7074d7f6aec43269666bcbbfd162d977b7c64277.tar.gz
ports-7074d7f6aec43269666bcbbfd162d977b7c64277.zip
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man
Diffstat (limited to 'textproc/crunch')
-rw-r--r--textproc/crunch/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/crunch/Makefile b/textproc/crunch/Makefile
index ac2982c2fe1d..0e36787f5bfd 100644
--- a/textproc/crunch/Makefile
+++ b/textproc/crunch/Makefile
@@ -1,5 +1,6 @@
PORTNAME= crunch
PORTVERSION= 3.6
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}-wordlist/${PORTNAME}-wordlist
@@ -12,11 +13,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:tgz
-PLIST_FILES= bin/crunch man/man1/crunch.1.gz ${DATADIR}/charset.lst
+PLIST_FILES= bin/crunch share/man/man1/crunch.1.gz ${DATADIR}/charset.lst
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/charset.lst ${STAGEDIR}${DATADIR}