diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
commit | 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (patch) | |
tree | c2a277255180b245cfa87a4181d9de646edc05c4 /dns/dnscap | |
parent | cf104c570b6057a060aff137032968074d18b40d (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/Makefile | 7 |
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 |