diff options
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 ca2da9440ea9..8496df3e07cc 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 |