summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-19 12:16:11 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-19 12:16:11 +0000
commit6d651a2ff9b4dccc28e89ab31bf0ec9f37225c21 (patch)
tree83b980770068c3c48bfeaf73fe71f536037988f1 /dns
parent- Support staging (diff)
Support staging
Notes
Notes: svn path=/head/; revision=345085
Diffstat (limited to 'dns')
-rw-r--r--dns/nsping/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/dns/nsping/Makefile b/dns/nsping/Makefile
index f54c34652a1f..1079a1486895 100644
--- a/dns/nsping/Makefile
+++ b/dns/nsping/Makefile
@@ -5,19 +5,17 @@ PORTNAME= nsping
PORTVERSION= 0.8
PORTREVISION= 2
CATEGORIES= dns
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= roam
DISTFILES= nsping.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= DNS "ping"
-MAN8= nsping.8
-PLIST_FILES= sbin/nsping
+PLIST_FILES= sbin/nsping man/man8/nsping.8.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin
- ${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/nsping ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_DATA} ${WRKSRC}/nsping.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>