summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-08-21 06:18:49 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-08-21 06:18:49 +0000
commit741aa714833b9bb1e9afaaf5124d3f5c60b5e49c (patch)
treee9b79b363f2fc4a63535a25c71491fa49a79b556 /security
parentUpgrade to 1.4. (diff)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=218938
Diffstat (limited to 'security')
-rw-r--r--security/barnyard/Makefile1
-rw-r--r--security/beecrypt/Makefile1
-rw-r--r--security/bro/Makefile1
-rw-r--r--security/bubblegum/Makefile1
-rw-r--r--security/checkpassword-pam/Makefile2
-rw-r--r--security/clamav-devel/Makefile1
-rw-r--r--security/clamav/Makefile1
-rw-r--r--security/clamcour/Makefile1
-rw-r--r--security/clamsmtp/Makefile2
-rw-r--r--security/courier-authlib/Makefile1
-rw-r--r--security/courierpasswd/Makefile1
-rw-r--r--security/courieruserinfo/Makefile2
-rw-r--r--security/digest/Makefile2
-rw-r--r--security/distcache-devel/Makefile1
-rw-r--r--security/distcache/Makefile1
-rw-r--r--security/doorman/Makefile1
-rw-r--r--security/fakeroot/Makefile1
-rw-r--r--security/fcrackzip/Makefile1
-rw-r--r--security/fwbuilder-devel/Makefile1
-rw-r--r--security/fwbuilder/Makefile1
-rw-r--r--security/fwbuilder2/Makefile1
-rw-r--r--security/gnupg1/Makefile1
-rw-r--r--security/gnutls/Makefile1
-rw-r--r--security/gpgme/Makefile1
-rw-r--r--security/hashish/Makefile1
-rw-r--r--security/ipsec-tools/Makefile1
-rw-r--r--security/libfwbuilder-devel/Makefile1
-rw-r--r--security/libfwbuilder/Makefile1
-rw-r--r--security/libfwbuilder2/Makefile1
-rw-r--r--security/libgcrypt/Makefile1
-rw-r--r--security/libgpg-error/Makefile1
-rw-r--r--security/libksba/Makefile2
-rw-r--r--security/libmcrypt/Makefile1
-rw-r--r--security/libprelude/Makefile1
-rw-r--r--security/libpreludedb/Makefile1
-rw-r--r--security/libssh2/Makefile1
-rw-r--r--security/libtasn1/Makefile1
-rw-r--r--security/mcrypt/Makefile1
-rw-r--r--security/mhash/Makefile1
-rw-r--r--security/nettle/Makefile1
-rw-r--r--security/nettle2/Makefile1
-rw-r--r--security/nmap/Makefile1
-rw-r--r--security/oidentd/Makefile1
-rw-r--r--security/opencdk/Makefile1
-rw-r--r--security/openscep/Makefile1
-rw-r--r--security/openssh-portable/Makefile1
-rw-r--r--security/openvas-libraries/Makefile.common3
-rw-r--r--security/openvpn-devel/Makefile1
-rw-r--r--security/openvpn/Makefile1
-rw-r--r--security/openvpn20/Makefile1
-rw-r--r--security/osiris/Makefile1
-rw-r--r--security/pam_ldap/Makefile1
-rw-r--r--security/prelude-lml/Makefile1
-rw-r--r--security/prelude-manager/Makefile1
-rw-r--r--security/racoon2/Makefile1
-rw-r--r--security/sha/Makefile2
-rw-r--r--security/snort/Makefile1
-rw-r--r--security/snort_inline/Makefile1
-rw-r--r--security/spybye/Makefile1
-rw-r--r--security/srm/Makefile1
-rw-r--r--security/steghide/Makefile2
-rw-r--r--security/stunnel/Makefile1
-rw-r--r--security/sudo/Makefile1
-rw-r--r--security/tinc/Makefile1
-rw-r--r--security/xmlsec/Makefile1
-rw-r--r--security/yafic/Makefile1
-rw-r--r--security/zzuf/Makefile1
67 files changed, 1 insertions, 75 deletions
diff --git a/security/barnyard/Makefile b/security/barnyard/Makefile
index 799153562de7..12a326ab1965 100644
--- a/security/barnyard/Makefile
+++ b/security/barnyard/Makefile
@@ -23,7 +23,6 @@ USE_AUTOTOOLS= autoheader:262 aclocal:19
USE_RC_SUBR= barnyard.sh
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
SLAVEDIRS= security/barnyard-sguil6
SUB_FILES= pkg-message
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile
index a302a006ef2d..70a7a254bbdb 100644
--- a/security/beecrypt/Makefile
+++ b/security/beecrypt/Makefile
@@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= BeeCrypt is an open source cryptography library
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/security/bro/Makefile b/security/bro/Makefile
index c8fb5dde9f20..399eabf70857 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -25,7 +25,6 @@ WRKSRC= ${WRKDIR}/bro-${PORTVERSION}.1
USE_BISON= build
USE_LDCONFIG= ${PREFIX}/share
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --libdir=${PREFIX}/share
USE_PERL5= yes
diff --git a/security/bubblegum/Makefile b/security/bubblegum/Makefile
index 05670e82ac7c..e7af3a77c60d 100644
--- a/security/bubblegum/Makefile
+++ b/security/bubblegum/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= jadawin@FreeBSD.org
COMMENT= Watch a file for changes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= bubblegum.1
MANCOMPRESSED= no
diff --git a/security/checkpassword-pam/Makefile b/security/checkpassword-pam/Makefile
index d34593850d45..4020889d40db 100644
--- a/security/checkpassword-pam/Makefile
+++ b/security/checkpassword-pam/Makefile
@@ -19,6 +19,4 @@ GNU_CONFIGURE= yes
MAN8= checkpassword-pam.8
PLIST_FILES= bin/checkpassword-pam
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
.include <bsd.port.mk>
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile
index 6406e64d7774..dd64a56fe2b6 100644
--- a/security/clamav-devel/Makefile
+++ b/security/clamav-devel/Makefile
@@ -30,7 +30,6 @@ OPTIONS= ARC "Enable arch archives support" On \
STDERR "Print logs to stderr instead of stdout" Off
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
USE_RC_SUBR= clamav-clamd clamav-freshclam
USE_GMAKE= yes
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 47283034bec6..2936fe569870 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -27,7 +27,6 @@ OPTIONS= ARC "Enable arch archives support" On \
EXPERIMENTAL "Build experimental code" Off
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
USE_RC_SUBR= clamav-clamd clamav-freshclam
diff --git a/security/clamcour/Makefile b/security/clamcour/Makefile
index 96fcb038c9fa..2e39d6e8dd97 100644
--- a/security/clamcour/Makefile
+++ b/security/clamcour/Makefile
@@ -18,7 +18,6 @@ BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier
LIB_DEPENDS= clamav.4:${PORTSDIR}/security/clamav
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-clamav-config=${LOCALBASE}/bin \
--with-courier-config=${LOCALBASE}/bin
diff --git a/security/clamsmtp/Makefile b/security/clamsmtp/Makefile
index 979959d51470..b273a56df402 100644
--- a/security/clamsmtp/Makefile
+++ b/security/clamsmtp/Makefile
@@ -19,8 +19,6 @@ USE_RC_SUBR= clamsmtpd.sh
SUB_LIST= CLAMAV_PID_DIR=${CLAMAV_PID_DIR}
SUB_FILES+= pkg-message
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
CLAMAV_PID_DIR?= /var/run/clamav
MAN5= clamsmtpd.conf.5
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile
index 8e0521c31b95..4b97cb4889bc 100644
--- a/security/courier-authlib/Makefile
+++ b/security/courier-authlib/Makefile
@@ -59,7 +59,6 @@ CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' \
LDFLAGS='${LDFLAGS}'
MAKE_ENV:= ${CONFIGURE_ENV}
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-unicode \
--enable-ltdl-install=no \
--without-authcustom \
diff --git a/security/courierpasswd/Makefile b/security/courierpasswd/Makefile
index 004936ebd045..a116d623e4d6 100644
--- a/security/courierpasswd/Makefile
+++ b/security/courierpasswd/Makefile
@@ -23,7 +23,6 @@ CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}'
MINUID?= 100
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-minuid=${MINUID}
MAN8= courierpasswd.8
diff --git a/security/courieruserinfo/Makefile b/security/courieruserinfo/Makefile
index c1488c8f5a63..44d0b5744b6c 100644
--- a/security/courieruserinfo/Makefile
+++ b/security/courieruserinfo/Makefile
@@ -21,8 +21,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}'
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
MAN8= courieruserinfo.8
post-install:
diff --git a/security/digest/Makefile b/security/digest/Makefile
index 35ac7b293547..97f8fbab8813 100644
--- a/security/digest/Makefile
+++ b/security/digest/Makefile
@@ -24,8 +24,6 @@ MAN1?= ${PORTNAME}.1
PLIST_FILES?= bin/${PORTNAME}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
.include <bsd.port.pre.mk>
test: build
diff --git a/security/distcache-devel/Makefile b/security/distcache-devel/Makefile
index 628551a8d255..b82f0d35e6d1 100644
--- a/security/distcache-devel/Makefile
+++ b/security/distcache-devel/Makefile
@@ -24,7 +24,6 @@ USE_BZIP2= yes
USE_RC_SUBR= dc_server.sh
USE_AUTOTOOLS= libtool:15
USE_OPENSSL= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
LIBTOOLFILES= configure ssl/configure
USE_LDCONFIG= yes
diff --git a/security/distcache/Makefile b/security/distcache/Makefile
index 4b933f73f5d9..f54af1346a95 100644
--- a/security/distcache/Makefile
+++ b/security/distcache/Makefile
@@ -22,7 +22,6 @@ USE_BZIP2= yes
USE_RC_SUBR= dc_server.sh
USE_AUTOTOOLS= libtool:15
USE_OPENSSL= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
SUB_LIST+= NAME=dc_server
diff --git a/security/doorman/Makefile b/security/doorman/Makefile
index c21b0dfd95f1..7c24d548a9c5 100644
--- a/security/doorman/Makefile
+++ b/security/doorman/Makefile
@@ -28,7 +28,6 @@ MAN1= knock.1
MAN5= knockcf.5 doormand.cf.5 guestlist.5
MAN8= doormand.8
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
SUB_FILES= pkg-message doormand.cf.EXAMPLE
USE_RC_SUBR= doorman.sh
diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile
index f8763d27293b..f9926fd6837b 100644
--- a/security/fakeroot/Makefile
+++ b/security/fakeroot/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= ganael.laplanche@martymac.com
COMMENT= Simulate the root user behaviour
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-ipc=tcp
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
diff --git a/security/fcrackzip/Makefile b/security/fcrackzip/Makefile
index 7be7ae1ccb53..f009daab7c31 100644
--- a/security/fcrackzip/Makefile
+++ b/security/fcrackzip/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= stefan@FreeBSD.org
COMMENT= Portable, fast and featureful ZIP password cracker
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_PERL5_BUILD=yes
PLIST_FILES= bin/fcrackzip bin/fcrackzipinfo
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile
index 359de5faf38d..ca1ea6a92ef9 100644
--- a/security/fwbuilder-devel/Makefile
+++ b/security/fwbuilder-devel/Makefile
@@ -31,7 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR} --with-qtdir=${QTDIR}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS+= QTDIR="${QTDIR}" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
USE_LDCONFIG= yes
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile
index 359de5faf38d..ca1ea6a92ef9 100644
--- a/security/fwbuilder/Makefile
+++ b/security/fwbuilder/Makefile
@@ -31,7 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR} --with-qtdir=${QTDIR}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS+= QTDIR="${QTDIR}" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
USE_LDCONFIG= yes
diff --git a/security/fwbuilder2/Makefile b/security/fwbuilder2/Makefile
index 359de5faf38d..ca1ea6a92ef9 100644
--- a/security/fwbuilder2/Makefile
+++ b/security/fwbuilder2/Makefile
@@ -31,7 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR} --with-qtdir=${QTDIR}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS+= QTDIR="${QTDIR}" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
USE_LDCONFIG= yes
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index b1b44e1781db..560aa4bfb662 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -20,7 +20,6 @@ COMMENT= The GNU Privacy Guard
USE_BZIP2= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
-CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if ${MACHINE_CPU:Mi586}
MACHINE_ARCH= i586
.endif
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index bcde592a06b9..6eb183b2b2fc 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -33,7 +33,6 @@ USE_AUTOTOOLS= libtool:15
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -fPIC" LDFLAGS="${LDFLAGS}"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-included-lzo --disable-guile
MANCOMPRESSED= no
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index e3d8964d692c..ea79da42fa1a 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -22,7 +22,6 @@ RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_LDCONFIG= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \
--with-gpgsm=${LOCALBASE}/bin/gpgsm \
--includedir=${PREFIX}/include/gpgme
diff --git a/security/hashish/Makefile b/security/hashish/Makefile
index 8185983544ac..46f65eec12fd 100644
--- a/security/hashish/Makefile
+++ b/security/hashish/Makefile
@@ -21,7 +21,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
USE_WX= 2.4
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index f468e060b2e3..7e78978316b5 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -26,7 +26,6 @@ USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared --sysconfdir=${PREFIX}/etc/racoon \
--localstatedir=${STATEDIR:S/\/racoon//} \
--with-pkgversion=freebsd-${PORTVERSION}
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile
index 5660aad5181f..5b267c7772f8 100644
--- a/security/libfwbuilder-devel/Makefile
+++ b/security/libfwbuilder-devel/Makefile
@@ -31,7 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS+= QTDIR="${QTDIR}" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
USE_LDCONFIG= yes
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile
index 5660aad5181f..5b267c7772f8 100644
--- a/security/libfwbuilder/Makefile
+++ b/security/libfwbuilder/Makefile
@@ -31,7 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS+= QTDIR="${QTDIR}" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
USE_LDCONFIG= yes
diff --git a/security/libfwbuilder2/Makefile b/security/libfwbuilder2/Makefile
index 5660aad5181f..5b267c7772f8 100644
--- a/security/libfwbuilder2/Makefile
+++ b/security/libfwbuilder2/Makefile
@@ -31,7 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKE_ARGS+= QTDIR="${QTDIR}" \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
USE_LDCONFIG= yes
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index b36f19589b81..b3f37a63c8d6 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -20,7 +20,6 @@ USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
DOCS= AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README README.SVN \
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index 030c6d233ff3..8d0e7835aca8 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -20,7 +20,6 @@ USE_AUTOTOOLS= libtool:15
USE_GNOME= ltverhack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS= --disable-nls
diff --git a/security/libksba/Makefile b/security/libksba/Makefile
index 1d3a8133a881..34323595ddb4 100644
--- a/security/libksba/Makefile
+++ b/security/libksba/Makefile
@@ -19,8 +19,6 @@ LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_PERL5_BUILD=yes
INFO= ksba
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index af9004ad5733..843e8380c404 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-cipher cryptographic library (used in PHP)
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-static
USE_LDCONFIG= yes
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index c479b60b2594..4d155b39e04a 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -21,7 +21,6 @@ OPTIONS= PERL "Include Perl bindings" off \
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --localstatedir=/var
MAN1= prelude-admin.1
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index be5b970c8b20..03154d0f8c62 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -20,7 +20,6 @@ GNU_CONFIGURE= yes
LDCONFIG_DIRS= %%PREFIX%%/lib \
%%PREFIX%%/lib/libpreludedb/plugins/formats
USE_LDCONFIG= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
OPTIONS= PERL "Include Perl bindings" off \
PYTHON "Include Python bindings" off \
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile
index 3c1e63ffdf98..e80ec82622a2 100644
--- a/security/libssh2/Makefile
+++ b/security/libssh2/Makefile
@@ -16,7 +16,6 @@ COMMENT= A library implementing the SSH2 protocol
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
PLIST_FILES= include/libssh2.h \
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 6cf242e98383..27414a8fb965 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -18,7 +18,6 @@ COMMENT= ASN.1 structure parser library
USE_LDCONFIG= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
DOCS= AUTHORS NEWS README THANKS doc/TODO \
doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index 197ce4ac6291..1e967ed73f00 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -25,7 +25,6 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
USE_GETTEXT= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_ARGS= --enable-static --with-catgets
diff --git a/security/mhash/Makefile b/security/mhash/Makefile
index 8a5434a86a05..72ee0ab8ccaf 100644
--- a/security/mhash/Makefile
+++ b/security/mhash/Makefile
@@ -16,7 +16,6 @@ COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \
--with-gnu-ld
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index 164880f05e6e..26636e6cc833 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -22,7 +22,6 @@ USE_GMAKE= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
diff --git a/security/nettle2/Makefile b/security/nettle2/Makefile
index 164880f05e6e..26636e6cc833 100644
--- a/security/nettle2/Makefile
+++ b/security/nettle2/Makefile
@@ -22,7 +22,6 @@ USE_GMAKE= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 6b7c2f870484..58e50208e532 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -30,7 +30,6 @@ CONFIGURE_ARGS= --without-localdirs \
--with-libdnet=${LOCALBASE} \
--with-liblua=${LOCALBASE}
CONFIGURE_ENV= LUA_INCDIR="${LUA_INCDIR}" LUA_LIBDIR="${LUA_LIBDIR}"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= nmap.1
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile
index 8a8bb7932087..0b01f930914c 100644
--- a/security/oidentd/Makefile
+++ b/security/oidentd/Makefile
@@ -17,7 +17,6 @@ COMMENT= Ident server that supports user-defined ident strings
USE_RC_SUBR= oidentd
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN5= oidentd.conf.5 oidentd_masq.conf.5
MAN8= oidentd.8
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile
index e66f7a0926f3..be31250a09fd 100644
--- a/security/opencdk/Makefile
+++ b/security/opencdk/Makefile
@@ -22,7 +22,6 @@ GNU_CONFIGURE= yes
USE_GNOME= pkgconfig ltverhack
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE}
DOCS= AUTHORS NEWS README THANKS doc/opencdk-api.html
diff --git a/security/openscep/Makefile b/security/openscep/Makefile
index b30e2ff89d50..aeda0eb2179d 100644
--- a/security/openscep/Makefile
+++ b/security/openscep/Makefile
@@ -23,7 +23,6 @@ USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-html-install-dir="${PREFIX}/www/openscep" \
--with-cgi-install-dir="${PREFIX}/www/cgi-bin/openscep" \
--with-openscep-dir="${PREFIX}/etc/openscep" \
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index a004e4e321af..7f54979d74ea 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -40,7 +40,6 @@ CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.*
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \
--without-zlib-version-check --with-ssl-engine
PRECIOUS= ssh_config sshd_config ssh_host_key ssh_host_key.pub \
diff --git a/security/openvas-libraries/Makefile.common b/security/openvas-libraries/Makefile.common
index 5ce24ac6ba7f..cefbe79f307c 100644
--- a/security/openvas-libraries/Makefile.common
+++ b/security/openvas-libraries/Makefile.common
@@ -1,4 +1,3 @@
CONFIGURE_ARGS+= --includedir=${PREFIX}/include \
--localstatedir=${PREFIX}/openvas \
- --sharedstatedir=${PREFIX}/openvas/com \
- --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+ --sharedstatedir=${PREFIX}/openvas/com
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile
index 4788a88e03af..0d2d6fe61f78 100644
--- a/security/openvpn-devel/Makefile
+++ b/security/openvpn-devel/Makefile
@@ -18,7 +18,6 @@ CONFLICTS= openvpn-[0-9]*
GNU_CONFIGURE= yes
USE_OPENSSL= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \
--with-lzo-headers=${LOCALBASE}/include
INSTALL_TARGET= install mandir=${MANPREFIX}/man
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index a6526ca62a33..af4db0165d5b 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -26,7 +26,6 @@ CONFLICTS= openvpn-devel-[0-9]*
GNU_CONFIGURE= yes
USE_OPENSSL= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \
--with-lzo-headers=${LOCALBASE}/include
diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile
index a6526ca62a33..af4db0165d5b 100644
--- a/security/openvpn20/Makefile
+++ b/security/openvpn20/Makefile
@@ -26,7 +26,6 @@ CONFLICTS= openvpn-devel-[0-9]*
GNU_CONFIGURE= yes
USE_OPENSSL= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \
--with-lzo-headers=${LOCALBASE}/include
diff --git a/security/osiris/Makefile b/security/osiris/Makefile
index 4aa7e09467db..094a72cc4f21 100644
--- a/security/osiris/Makefile
+++ b/security/osiris/Makefile
@@ -19,7 +19,6 @@ OPTIONS= OSIRISMD "Enable to build the management daemon" off \
PRINTDB "Build database print tool" off \
CLI "Enable to build the management CLI" off
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
USE_RC_SUBR= yes
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index df57471e00d9..bafcf86191be 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -23,7 +23,6 @@ CONFIGURE_ARGS= --with-ldap-lib=openldap \
--with-ldap-dir=${LOCALBASE} \
--with-ldap-conf-file=${PREFIX}/etc/ldap.conf \
--with-ldap-secret-file=${PREFIX}/etc/ldap.secret
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-unknown-freebsd${OSREL}
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile
index 879d73038f7e..87c007891608 100644
--- a/security/prelude-lml/Makefile
+++ b/security/prelude-lml/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS+= prelude.14:${PORTSDIR}/security/libprelude \
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= prelude-lml.sh
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
.include <bsd.port.pre.mk>
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile
index 61e172795613..437ab9aa4b0d 100644
--- a/security/prelude-manager/Makefile
+++ b/security/prelude-manager/Makefile
@@ -21,7 +21,6 @@ USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= prelude-manager.sh
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--localstatedir=/var
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile
index 2d8de51bdc02..be8168d379cc 100644
--- a/security/racoon2/Makefile
+++ b/security/racoon2/Makefile
@@ -19,7 +19,6 @@ USE_RC_SUBR= YES
USE_OPENSSL= YES
USE_AUTOTOOLS= autoconf:262
-CONFIGURE_TARGET=
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2
diff --git a/security/sha/Makefile b/security/sha/Makefile
index 6b466bf2fd3e..2ec4fed871d5 100644
--- a/security/sha/Makefile
+++ b/security/sha/Makefile
@@ -17,8 +17,6 @@ COMMENT= Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
MAN1= sha.1
PLIST_FILES= bin/sha
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 60e3c2471025..358eb03847d4 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -30,7 +30,6 @@ USE_RC_SUBR= snort.sh
SUB_FILES= pkg-message
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIG_DIR?= ${PREFIX}/etc/snort
CONFIG_FILES= classification.config gen-msg.map reference.config \
diff --git a/security/snort_inline/Makefile b/security/snort_inline/Makefile
index 9f81175b2b83..d1d4d048ae1f 100644
--- a/security/snort_inline/Makefile
+++ b/security/snort_inline/Makefile
@@ -18,7 +18,6 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --enable-inline --enable-ipfw
LIB_DEPENDS+= dnet:${PORTSDIR}/net/libdnet
diff --git a/security/spybye/Makefile b/security/spybye/Makefile
index a06c27da989a..a2fc70cb8907 100644
--- a/security/spybye/Makefile
+++ b/security/spybye/Makefile
@@ -21,7 +21,6 @@ OPTIONS= CLAMAV "Enable CLAMAV support" off
USE_RC_SUBR= spybye.sh
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= spybye.1
diff --git a/security/srm/Makefile b/security/srm/Makefile
index 92576a29d6bf..678d51afe3d4 100644
--- a/security/srm/Makefile
+++ b/security/srm/Makefile
@@ -17,7 +17,6 @@ COMMENT= Secure rm, a utility which destroys file contents before unlinking
CONFLICTS= secure_delete-[0-9]*
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= srm.1
PLIST_FILES= bin/srm
diff --git a/security/steghide/Makefile b/security/steghide/Makefile
index f70ccd930406..1c62f4199a09 100644
--- a/security/steghide/Makefile
+++ b/security/steghide/Makefile
@@ -22,8 +22,6 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
USE_GETTEXT= yes
USE_PERL5= yes
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET=
-CONFIGURE_ARGS= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -fpermissive" \
LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt"
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 439316b36d3d..37cadc71f488 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -21,7 +21,6 @@ USE_OPENSSL= YES
USE_RC_SUBR= stunnel
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --localstatedir=/var/tmp --with-pem-dir=${PEM_DIR} \
--enable-static --disable-fips
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index a39a07169d75..735785cc34a7 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -23,7 +23,6 @@ COMMENT= Allow others to run commands as root
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--disable-log-wrap \
--with-ignore-dot \
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index 7236934c5bd5..8b4f2b553b2c 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -21,7 +21,6 @@ LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=/var
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile
index 4e47657e12b9..26b066189cbb 100644
--- a/security/xmlsec/Makefile
+++ b/security/xmlsec/Makefile
@@ -24,7 +24,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
USE_OPENSSL= yes
USE_GNOME= gnomehack libxslt
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
MAN1= xmlsec.1 xmlsec-config.1
diff --git a/security/yafic/Makefile b/security/yafic/Makefile
index 03815d39c6eb..262be7830082 100644
--- a/security/yafic/Makefile
+++ b/security/yafic/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= allan@saddi.com
COMMENT= Yet Another File Integrity Checker, similar to Tripwire
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
CONFIGURE_ENV= LDFLAGS="-static"
diff --git a/security/zzuf/Makefile b/security/zzuf/Makefile
index c1a081c66d25..932e052d6baa 100644
--- a/security/zzuf/Makefile
+++ b/security/zzuf/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= johnson.peter@gmail.com
COMMENT= Transparent application input fuzzer
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
MAN1= zzuf.1