summaryrefslogtreecommitdiff
path: root/dns/dnstop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dnstop/Makefile')
-rw-r--r--dns/dnstop/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/dnstop/Makefile b/dns/dnstop/Makefile
index 174977bc1048..6328c9724ac9 100644
--- a/dns/dnstop/Makefile
+++ b/dns/dnstop/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= dnstop
-PORTVERSION= 20021125
+PORTVERSION= 20030124
CATEGORIES= net
MASTER_SITES= http://dnstop.measurement-factory.com/src/
@@ -13,7 +13,10 @@ MAINTAINER= fenner@FreeBSD.Org
NO_WRKSUBDIR= true
+MAN8= dnstop.8
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8
.include <bsd.port.mk>