diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-25 08:54:08 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-25 08:54:08 +0800 |
commit | 6af4ff201e6b2e1d8d4442d30fe3cf38945ff7e4 (patch) | |
tree | 8faaee74abe14ca7569b7b9c61a088cb0a3df0c6 /science | |
parent | dd6f2d54fcc57f2ed4c9eabfae54aa2399c1d6c2 (diff) | |
download | freebsd-ports-gnome-6af4ff201e6b2e1d8d4442d30fe3cf38945ff7e4.tar.gz freebsd-ports-gnome-6af4ff201e6b2e1d8d4442d30fe3cf38945ff7e4.tar.zst freebsd-ports-gnome-6af4ff201e6b2e1d8d4442d30fe3cf38945ff7e4.zip |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
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} |