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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/enesim/Makefile | 1 | ||||
-rw-r--r-- | graphics/etch/Makefile | 1 | ||||
-rw-r--r-- | graphics/goom/Makefile | 1 | ||||
-rw-r--r-- | graphics/libfpx/Makefile | 1 | ||||
-rw-r--r-- | graphics/libmorph/Makefile | 1 | ||||
-rw-r--r-- | graphics/libvisual/Makefile | 1 | ||||
-rw-r--r-- | graphics/sampleicc/Makefile | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/graphics/enesim/Makefile b/graphics/enesim/Makefile index 5a4a40961861..19124773bed0 100644 --- a/graphics/enesim/Makefile +++ b/graphics/enesim/Makefile @@ -20,5 +20,4 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/etch/Makefile b/graphics/etch/Makefile index 96de0ed49cb7..b2ed18999968 100644 --- a/graphics/etch/Makefile +++ b/graphics/etch/Makefile @@ -20,5 +20,4 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index 40763882d0f1..322c85c14082 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -27,7 +27,6 @@ PLIST_SUB+= XMMS="" PLIST_SUB+= XMMS="@comment " .endif -NO_STAGE= yes pre-everything:: .if !defined(WITH_XMMS) @${ECHO} "" diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile index 3a7093af19ee..a7c1ae746784 100644 --- a/graphics/libfpx/Makefile +++ b/graphics/libfpx/Makefile @@ -22,7 +22,6 @@ MAKE_JOBS_UNSAFE=yes PLIST_FILES= lib/libfpx.so.2 lib/libfpx.so lib/libfpx.a include/fpxlib.h USE_LDCONFIG= yes MAKEFILE= ${FILESDIR}/Makefile.bsd -NO_STAGE= yes post-patch: ${SED} -i '' -e '/^#include "fpxlib-config.h"/d' \ ${WRKSRC}/basics/filename.cpp \ diff --git a/graphics/libmorph/Makefile b/graphics/libmorph/Makefile index 3b38075bde0e..7e71e5f6cb90 100644 --- a/graphics/libmorph/Makefile +++ b/graphics/libmorph/Makefile @@ -16,7 +16,6 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index 80da7635ac8d..e1069dc04391 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -19,7 +19,6 @@ USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" || ${ARCH} == "amd64" diff --git a/graphics/sampleicc/Makefile b/graphics/sampleicc/Makefile index 972103a96b0c..912c1afd1a3a 100644 --- a/graphics/sampleicc/Makefile +++ b/graphics/sampleicc/Makefile @@ -18,5 +18,4 @@ GNU_CONFIGURE= yes USES= pathfix USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |