diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/clean | |
parent | Fix NO_STAGE (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/clean')
-rw-r--r-- | sysutils/clean/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/clean/Makefile b/sysutils/clean/Makefile index 6f866c74abaf..464f449def3c 100644 --- a/sysutils/clean/Makefile +++ b/sysutils/clean/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: clean -# Date created: 2003-6-3 -# Whom: chuck@pkix.net -# +# Created by: chuck@pkix.net # $FreeBSD$ PORTNAME= clean @@ -16,4 +13,5 @@ USE_BZIP2= yes MAN1= clean.1 PLIST_FILES= bin/clean +NO_STAGE= yes .include <bsd.port.mk> |