diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/arcconf/Makefile | |
parent | 107b911b8ff53cc7d238c4018d49d218db093fd4 (diff) | |
download | FreeBSD-ports-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.zip FreeBSD-ports-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/arcconf/Makefile')
-rw-r--r-- | sysutils/arcconf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index ca2da94..8496df3 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: arcconf -# Date created: 28 October 2007 -# Whom: michael@fuckner.net -# +# Created by: michael@fuckner.net # $FreeBSD$ PORTNAME= arcconf @@ -23,6 +20,7 @@ SUB_FILES+= ${PERIODICSCRIPT} RESTRICTED= May not be redistributed in binary form NO_CDROM= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 800000 |