summaryrefslogtreecommitdiff
path: root/dns/dnsutl/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-08 17:46:38 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-08 17:46:43 +0100
commitd6a45e9f5edf0d171b269747376da12121354981 (patch)
treedf8e2e9cb687e5335327ecb6e3b5ac05909d4b34 /dns/dnsutl/Makefile
parentsysutils/vmdktool: Update manpages path (diff)
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'dns/dnsutl/Makefile')
-rw-r--r--dns/dnsutl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile
index 0a7230612f8d..d00040b2f473 100644
--- a/dns/dnsutl/Makefile
+++ b/dns/dnsutl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dnsutl
PORTVERSION= 1.12
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
@@ -22,6 +22,6 @@ MAKE_JOBS_UNSAFE= yes
USES= groff
post-install:
- ${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>