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 /mail | |
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 'mail')
-rw-r--r-- | mail/libspf2/Makefile | 1 | ||||
-rw-r--r-- | mail/libsrs2/Makefile | 1 | ||||
-rw-r--r-- | mail/libsrs_alt/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile index e903fd335173..e793141e8ac2 100644 --- a/mail/libspf2/Makefile +++ b/mail/libspf2/Makefile @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/__VA_ARGS__/ s|format, ||g' ${WRKSRC}/src/include/spf_log.h diff --git a/mail/libsrs2/Makefile b/mail/libsrs2/Makefile index fe9b1fd69179..82978aecbda2 100644 --- a/mail/libsrs2/Makefile +++ b/mail/libsrs2/Makefile @@ -15,5 +15,4 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/mail/libsrs_alt/Makefile b/mail/libsrs_alt/Makefile index 1156607347eb..4c9a83d429eb 100644 --- a/mail/libsrs_alt/Makefile +++ b/mail/libsrs_alt/Makefile @@ -20,7 +20,6 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" OPTIONS_DEFINE= COMPAT_BASE64 COMPAT_BASE64_DESC= MTA Friendly base64 compatibility mode -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCOMPAT_BASE64} |