summaryrefslogtreecommitdiff
path: root/dns/dnsutl/Makefile
diff options
context:
space:
mode:
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>