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 /cad | |
parent | Support staging (diff) |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda-docs/Makefile | 1 | ||||
-rw-r--r-- | cad/geda-examples/Makefile | 1 | ||||
-rw-r--r-- | cad/qmls/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/cad/geda-docs/Makefile b/cad/geda-docs/Makefile index ce2ef3e4d079..8ef6a7d2f324 100644 --- a/cad/geda-docs/Makefile +++ b/cad/geda-docs/Makefile @@ -18,5 +18,4 @@ DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${DOCSDIR} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile index 54de51a59925..1c19909ea8da 100644 --- a/cad/geda-examples/Makefile +++ b/cad/geda-examples/Makefile @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/geda -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/cad/qmls/Makefile b/cad/qmls/Makefile index d69bdda56168..2f0d77390053 100644 --- a/cad/qmls/Makefile +++ b/cad/qmls/Makefile @@ -12,5 +12,4 @@ COMMENT= Quine-McCluskey Logic Simplifier PLIST_FILES= bin/qmls GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> |