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/dnsproxy | |
parent | cf104c570b6057a060aff137032968074d18b40d (diff) | |
download | freebsd-ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: dns)
Diffstat (limited to 'dns/dnsproxy')
-rw-r--r-- | dns/dnsproxy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index 94292af3bd3d..a7d3c6d5976c 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnsproxy -# Date created: 14 January 2004 -# Whom: Clement Laforet <clement@FreeBSD.org> -# +# Created by: Clement Laforet <clement@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dnsproxy PORTVERSION= 1.16 @@ -25,6 +21,7 @@ PLIST_FILES= sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample SUB_FILES= pkg-message PLIST_DIRS= %%ETCDIR%% +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: |