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 /science | |
parent | Support staging (diff) |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=328226
Diffstat (limited to 'science')
-rw-r--r-- | science/crf++/Makefile | 1 | ||||
-rw-r--r-- | science/elmer-meshgen2d/Makefile | 1 | ||||
-rw-r--r-- | science/elmergrid/Makefile | 1 | ||||
-rw-r--r-- | science/ghmm/Makefile | 1 | ||||
-rw-r--r-- | science/hdf5-18/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/science/crf++/Makefile b/science/crf++/Makefile index c4f215313290..9002ec8566af 100644 --- a/science/crf++/Makefile +++ b/science/crf++/Makefile @@ -15,5 +15,4 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/elmer-meshgen2d/Makefile b/science/elmer-meshgen2d/Makefile index 94c6355f7704..20c785c196dc 100644 --- a/science/elmer-meshgen2d/Makefile +++ b/science/elmer-meshgen2d/Makefile @@ -17,5 +17,4 @@ ALL_TARGET= PLIST_FILES= bin/ElmerMesh2D \ bin/Mesh2D -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/elmergrid/Makefile b/science/elmergrid/Makefile index e59fea0aa39d..8a61b80fb191 100644 --- a/science/elmergrid/Makefile +++ b/science/elmergrid/Makefile @@ -15,5 +15,4 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/ElmerGrid -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/ghmm/Makefile b/science/ghmm/Makefile index 8017a0aa0141..d6ec9c96ce1f 100644 --- a/science/ghmm/Makefile +++ b/science/ghmm/Makefile @@ -14,7 +14,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-0.7.0 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|tests doc VisualC|tests VisualC|' ${WRKSRC}/configure diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 3ebcb51cf74a..3b4ad14a523d 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -27,7 +27,6 @@ CONFIGURE_ARGS= --enable-cxx \ --with-pthread=/usr \ --with-zlib=/usr -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} |