aboutsummaryrefslogtreecommitdiff
path: root/archivers/zip
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 15:09:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 15:11:29 +0000
commitd4329229fbe8ad0a96a1b9ec796d17cf512455d1 (patch)
treebafbd1ae43d70259bde776544f2f6a47cfa33dfc /archivers/zip
parent23d0853a55a12096d3ffae672925a3ded9647fe0 (diff)
downloadports-d4329229fbe8ad0a96a1b9ec796d17cf512455d1.tar.gz
ports-d4329229fbe8ad0a96a1b9ec796d17cf512455d1.zip
MANPREFIX: eliminate its usage
While here move manpages to share/man
Diffstat (limited to 'archivers/zip')
-rw-r--r--archivers/zip/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 98f1a3bc9147..dcdc37d4787b 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zip
PORTVERSION= 3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
@@ -23,14 +23,14 @@ MAKEFILE= unix/Makefile
ALL_TARGET= generic
PLIST_FILES= bin/zip bin/zipcloak bin/zipnote bin/zipsplit \
- man/man1/zip.1.gz man/man1/zipcloak.1.gz \
- man/man1/zipnote.1.gz man/man1/zipsplit.1.gz
+ share/man/man1/zip.1.gz share/man/man1/zipcloak.1.gz \
+ share/man/man1/zipnote.1.gz share/man/man1/zipsplit.1.gz
PORTDOCS= *
do-install:
.for p in ${PLIST_FILES:Mbin*:T}
${INSTALL_PROGRAM} ${WRKSRC}/${p} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/${p}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/man/${p}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.endfor
do-install-DOCS-on: