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/dns2tcp | |
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/dns2tcp')
-rw-r--r-- | dns/dns2tcp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/dns2tcp/Makefile b/dns/dns2tcp/Makefile index dbcc96062b9a..c9ae7461dc1d 100644 --- a/dns/dns2tcp/Makefile +++ b/dns/dns2tcp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dns2tcp -# Date created: 2008-11-23 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dns2tcp PORTVERSION= 0.5.2 @@ -18,4 +14,5 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/dns2tcpc bin/dns2tcpd MAN1= dns2tcpc.1 dns2tcpd.1 +NO_STAGE= yes .include <bsd.port.mk> |