diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 /security/symbion-sslproxy | |
parent | 192c7ddec012f94ed6e9e8a5c98b23626960bfc3 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: security)
Notes
Notes:
svn path=/head/; revision=327769
Diffstat (limited to 'security/symbion-sslproxy')
-rw-r--r-- | security/symbion-sslproxy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/symbion-sslproxy/Makefile b/security/symbion-sslproxy/Makefile index 348146ad4b8f..64a37b587378 100644 --- a/security/symbion-sslproxy/Makefile +++ b/security/symbion-sslproxy/Makefile @@ -1,6 +1,4 @@ -# Ports collection Makefile for: symbion-sslproxy -# Date created: 10 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= symbion-sslproxy @@ -18,6 +16,7 @@ USE_GMAKE= YES PLIST_FILES= sbin/ssl_proxy SUB_FILES+= pkg-message +NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) |