aboutsummaryrefslogtreecommitdiff
path: root/dns/dnstop/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-17 13:15:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-17 13:15:32 +0000
commit41695a99bada2bebdba9b282c5288a578d663d69 (patch)
tree970aecc7623e3a0121e287601a5e946ea16850ae /dns/dnstop/Makefile
parentf33deebc63536225b9932ee67326bbeb53f217ca (diff)
downloadports-41695a99bada2bebdba9b282c5288a578d663d69.tar.gz
ports-41695a99bada2bebdba9b282c5288a578d663d69.zip
Support stage
Notes
Notes: svn path=/head/; revision=344735
Diffstat (limited to 'dns/dnstop/Makefile')
-rw-r--r--dns/dnstop/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/dns/dnstop/Makefile b/dns/dnstop/Makefile
index 38bd6e74ae54..b0d45a13cff8 100644
--- a/dns/dnstop/Makefile
+++ b/dns/dnstop/Makefile
@@ -9,17 +9,15 @@ MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/
MAINTAINER= mark@foster.cc
COMMENT= Captures and analyzes DNS traffic (or analyzes libpcap dump)
-LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
-MAN8= dnstop.8
-PLIST_FILES= bin/dnstop
+PLIST_FILES= bin/dnstop \
+ man/man8/dnstop.8.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8/
+ ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
.include <bsd.port.mk>