diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-25 00:54:08 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-25 00:54:08 +0000 |
commit | 2d8b17ea397de7c90e5eb26a0149ea1925fe88db (patch) | |
tree | 8faaee74abe14ca7569b7b9c61a088cb0a3df0c6 /misc | |
parent | Support staging (diff) |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cpuid/Makefile | 1 | ||||
-rw-r--r-- | misc/histring/Makefile | 1 | ||||
-rw-r--r-- | misc/hulgalugha/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index dfdf81b44739..72c20fde6da4 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -13,7 +13,6 @@ COMMENT= CPU identification utility PLIST_FILES= bin/cpuid ONLY_FOR_ARCHS= i386 amd64 -NO_STAGE= yes post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak && \ ${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile diff --git a/misc/histring/Makefile b/misc/histring/Makefile index 2a2c564370c3..7ce55aed69af 100644 --- a/misc/histring/Makefile +++ b/misc/histring/Makefile @@ -14,5 +14,4 @@ COMMENT= Highlight strings using the ANSI terminal escape sequences GNU_CONFIGURE= yes PLIST_FILES= bin/histring -NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/hulgalugha/Makefile b/misc/hulgalugha/Makefile index 081ee747e08c..fe8978b98652 100644 --- a/misc/hulgalugha/Makefile +++ b/misc/hulgalugha/Makefile @@ -12,7 +12,6 @@ COMMENT= Very jerky text filter PLIST_FILES= bin/hulgalugha -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile .include <bsd.port.mk> |