aboutsummaryrefslogtreecommitdiff
path: root/dns/dnscap
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:31:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:31:57 +0000
commit24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (patch)
treec2a277255180b245cfa87a4181d9de646edc05c4 /dns/dnscap
parentcf104c570b6057a060aff137032968074d18b40d (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: dns)
Notes
Notes: svn path=/head/; revision=327719
Diffstat (limited to 'dns/dnscap')
-rw-r--r--dns/dnscap/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile
index c21b4e600723..593d55432078 100644
--- a/dns/dnscap/Makefile
+++ b/dns/dnscap/Makefile
@@ -1,8 +1,4 @@
-#
-# Ports collection makefile for: dns/dnscap
-# Whom: Edwin Groothuis <edwin@mavetju.org>
-# Date created: 2008-09-17
-#
+# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= dnscap
@@ -18,6 +14,7 @@ HAS_CONFIGURE= yes
MAN1= dnscap.1
PLIST_FILES= bin/dnscap
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnscap ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dnscap.1 ${PREFIX}/man/man1