aboutsummaryrefslogtreecommitdiff
path: root/dns/gen6dns
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 08:15:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 08:16:01 +0000
commit1b819e486953bae191a4b8f0da175b55cb6c3070 (patch)
treea9eaa8ecd25eb764dc4e27a877027d0df0a52ac1 /dns/gen6dns
parenteadd5953495b96817fa81d9e0465583108ab227b (diff)
downloadports-1b819e486953bae191a4b8f0da175b55cb6c3070.tar.gz
ports-1b819e486953bae191a4b8f0da175b55cb6c3070.zip
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'dns/gen6dns')
-rw-r--r--dns/gen6dns/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/gen6dns/Makefile b/dns/gen6dns/Makefile
index c88868c02119..93e391cf3eab 100644
--- a/dns/gen6dns/Makefile
+++ b/dns/gen6dns/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gen6dns
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.hznet.de/tools/
@@ -12,11 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
-PLIST_FILES= bin/gen6dns bin/soaserial ${MAN1PREFIX}/man/man1/gen6dns.1.gz
+PLIST_FILES= bin/gen6dns bin/soaserial ${PREFIX}/share/man/man1/gen6dns.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gen6dns ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/soaserial ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/gen6dns.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/gen6dns.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>