aboutsummaryrefslogtreecommitdiff
path: root/dns/dnstop
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/dnstop
parenteadd5953495b96817fa81d9e0465583108ab227b (diff)
downloadports-1b819e486953bae191a4b8f0da175b55cb6c3070.tar.gz
ports-1b819e486953bae191a4b8f0da175b55cb6c3070.zip
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'dns/dnstop')
-rw-r--r--dns/dnstop/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/dnstop/Makefile b/dns/dnstop/Makefile
index f7bd1ca4e74c..051d957ae069 100644
--- a/dns/dnstop/Makefile
+++ b/dns/dnstop/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dnstop
PORTVERSION= 20140915
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/
@@ -13,10 +14,10 @@ USES= ncurses
GNU_CONFIGURE= yes
PLIST_FILES= bin/dnstop \
- man/man8/dnstop.8.gz
+ share/man/man8/dnstop.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
+ ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${STAGEDIR}${PREFIX}/share/man/man8/
.include <bsd.port.mk>