summaryrefslogtreecommitdiff
path: root/net
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 /net
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 'net')
-rw-r--r--net/6tunnel/Makefile1
-rw-r--r--net/beacon/Makefile1
-rw-r--r--net/binkd/Makefile1
-rw-r--r--net/bsdproxy/Makefile1
-rw-r--r--net/c3270/Makefile1
-rw-r--r--net/coda6_server/Makefile1
-rw-r--r--net/dante/Makefile1
-rw-r--r--net/diradmin/Makefile1
-rw-r--r--net/etrace/Makefile1
-rw-r--r--net/fspclient/Makefile1
-rw-r--r--net/gatekeeper/Makefile1
-rw-r--r--net/gnu-radius/Makefile1
-rw-r--r--net/gutenfetch/Makefile1
-rw-r--r--net/hidentd/Makefile1
-rw-r--r--net/honeyd/Makefile1
-rw-r--r--net/icpld/Makefile1
-rw-r--r--net/ipsumdump/Makefile1
-rw-r--r--net/iscsi-target/Makefile1
-rw-r--r--net/lam/Makefile1
-rw-r--r--net/latd/Makefile1
-rw-r--r--net/libdnet/Makefile1
-rw-r--r--net/libnet-devel/Makefile1
-rw-r--r--net/libnet/Makefile1
-rw-r--r--net/libnetdude/Makefile1
-rw-r--r--net/libnids/Makefile1
-rw-r--r--net/libnss-mysql/Makefile1
-rw-r--r--net/librsync/Makefile1
-rw-r--r--net/libtrace/Makefile1
-rw-r--r--net/minisapserver/Makefile1
-rw-r--r--net/mpich2/Makefile1
-rw-r--r--net/nast/Makefile1
-rw-r--r--net/nc6/Makefile1
-rw-r--r--net/nepenthes/Makefile1
-rw-r--r--net/netatalk/Makefile1
-rw-r--r--net/ntop/Makefile1
-rw-r--r--net/ntp-devel/Makefile1
-rw-r--r--net/ntp/Makefile1
-rw-r--r--net/nylon/Makefile1
-rw-r--r--net/openldap23-server/Makefile1
-rw-r--r--net/openldap24-server/Makefile1
-rw-r--r--net/openslp/Makefile1
-rw-r--r--net/ossp-sa/Makefile1
-rw-r--r--net/panoptis/Makefile1
-rw-r--r--net/quagga/Makefile1
-rw-r--r--net/rfbproxy/Makefile1
-rw-r--r--net/ripe-whois/Makefile1
-rw-r--r--net/rp-pppoe/Makefile1
-rw-r--r--net/rsync/Makefile1
-rw-r--r--net/samba-pdbsql/Makefile1
-rw-r--r--net/samba3/Makefile2
-rw-r--r--net/samba4wins/Makefile2
-rw-r--r--net/serveez/Makefile1
-rw-r--r--net/shmux/Makefile1
-rw-r--r--net/silc-client/Makefile1
-rw-r--r--net/siproxd/Makefile2
-rw-r--r--net/ss5/Makefile1
-rw-r--r--net/tac_plus4/Makefile1
-rw-r--r--net/tacshell/Makefile1
-rw-r--r--net/tapidbus/Makefile2
-rw-r--r--net/tcpstat/Makefile1
-rw-r--r--net/tcptraceroute-devel/Makefile1
-rw-r--r--net/tn5250/Makefile1
-rw-r--r--net/trickle/Makefile1
-rw-r--r--net/twinkle/Makefile1
-rw-r--r--net/uplog/Makefile1
-rw-r--r--net/vomit/Makefile1
-rw-r--r--net/wol/Makefile1
-rw-r--r--net/xmlrpc-epi/Makefile1
-rw-r--r--net/xorp/Makefile4
69 files changed, 2 insertions, 74 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile
index 49fd296b9cc2..862dd37d7d91 100644
--- a/net/6tunnel/Makefile
+++ b/net/6tunnel/Makefile
@@ -18,7 +18,6 @@ COMMENT= TCP proxy for applications that don't speak IPv6
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}rc2
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_AUTOTOOLS= autoconf:262
ALL_TARGET= default
diff --git a/net/beacon/Makefile b/net/beacon/Makefile
index 000f2a74ddbf..e90028ff48b7 100644
--- a/net/beacon/Makefile
+++ b/net/beacon/Makefile
@@ -22,7 +22,6 @@ WWW_DIR?= ${PREFIX}/www/
PLIST_SUB+= VERSION=${PORTVERSION}
USE_PERL5= yes
USE_AUTOTOOLS= autoconf:262
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.ifdef(WITHOUT_IPV6)
CONFIGURE_ARGS=
diff --git a/net/binkd/Makefile b/net/binkd/Makefile
index 00a4475af8f7..cd6d3b6e2254 100644
--- a/net/binkd/Makefile
+++ b/net/binkd/Makefile
@@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_ZIP= yes
USE_RC_SUBR= binkd.sh
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN8= binkd.8
diff --git a/net/bsdproxy/Makefile b/net/bsdproxy/Makefile
index 95bb1cdea252..d4b469f412c6 100644
--- a/net/bsdproxy/Makefile
+++ b/net/bsdproxy/Makefile
@@ -15,7 +15,6 @@ COMMENT= A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
GNU_CONFIGURE= yes
USE_GNOME= glib12
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
DOCS= ChangeLog README
diff --git a/net/c3270/Makefile b/net/c3270/Makefile
index 2fd404eb93ca..db9a3b023218 100644
--- a/net/c3270/Makefile
+++ b/net/c3270/Makefile
@@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([0-9]\.[0-9])(\..*)/\1/}
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_OPENSSL= yes
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile
index 319c7528df20..e6a47f7418d9 100644
--- a/net/coda6_server/Makefile
+++ b/net/coda6_server/Makefile
@@ -25,7 +25,6 @@ LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp \
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --enable-${CODA_SUITE}
diff --git a/net/dante/Makefile b/net/dante/Makefile
index 7823d5040152..375ec32b9f5d 100644
--- a/net/dante/Makefile
+++ b/net/dante/Makefile
@@ -18,7 +18,6 @@ COMMENT= A circuit-level firewall/proxy
CONFLICTS= socks5-[0-9]*
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \
--with-sockd-conf=${PREFIX}/etc/sockd.conf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
diff --git a/net/diradmin/Makefile b/net/diradmin/Makefile
index 297d0f2e1e4f..30ad9ff5ea80 100644
--- a/net/diradmin/Makefile
+++ b/net/diradmin/Makefile
@@ -17,7 +17,6 @@ MAINTAINER= lewiz@compsoc.man.ac.uk
COMMENT= A smart LDAP directory management tool
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_GNOME= gnomelibs
USE_OPENLDAP= yes
diff --git a/net/etrace/Makefile b/net/etrace/Makefile
index 59e1c07c30d1..d05953f37162 100644
--- a/net/etrace/Makefile
+++ b/net/etrace/Makefile
@@ -21,7 +21,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
WRKSRC= ${WRKDIR}/etrace
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libdnet=${PREFIX}
MAN8= etrace.8
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile
index 5af96bc97dd0..1de610361bb9 100644
--- a/net/fspclient/Makefile
+++ b/net/fspclient/Makefile
@@ -16,7 +16,6 @@ COMMENT= A ftp-like client for the FSP service
USE_BZIP2= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= fsp.1
PLIST_FILES= bin/fsp
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile
index 35669951e73a..1d3a3de22a5e 100644
--- a/net/gatekeeper/Makefile
+++ b/net/gatekeeper/Makefile
@@ -24,7 +24,6 @@ LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/openh323
USE_RC_SUBR= gnugk.sh
USE_AUTOTOOLS= autoconf:262
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --disable-firebird
USE_GMAKE= yes
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile
index de106d62f646..0ef0516177a2 100644
--- a/net/gnu-radius/Makefile
+++ b/net/gnu-radius/Makefile
@@ -22,7 +22,6 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libltdl:15 libtool:15
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_SUB= PORTVERSION=${PORTVERSION}
SUB_FILES= radiusd.sh
diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile
index 1829e26a13fd..0d72f1d5f8b1 100644
--- a/net/gutenfetch/Makefile
+++ b/net/gutenfetch/Makefile
@@ -17,7 +17,6 @@ COMMENT= Fetch listings and books from Project Gutenberg
LIB_DEPENDS= gutenfetch:${PORTSDIR}/devel/libgutenfetch
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_GMAKE= yes
diff --git a/net/hidentd/Makefile b/net/hidentd/Makefile
index 8e7fdabeb406..751bfd4a24c1 100644
--- a/net/hidentd/Makefile
+++ b/net/hidentd/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Simple and secure ident (RFC1413) server
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN8= hidentd.8
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile
index 9ca8ce519862..5ff1760a1cf6 100644
--- a/net/honeyd/Makefile
+++ b/net/honeyd/Makefile
@@ -21,7 +21,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \
--with-libevent=${LOCALBASE}
diff --git a/net/icpld/Makefile b/net/icpld/Makefile
index e91eeaab978b..0328dfc9d772 100644
--- a/net/icpld/Makefile
+++ b/net/icpld/Makefile
@@ -16,7 +16,6 @@ COMMENT= Internet connection performance logging daemon
USE_BZIP2= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= ${PORTNAME}.1
diff --git a/net/ipsumdump/Makefile b/net/ipsumdump/Makefile
index 67315e87ea4e..1e0112d54bd2 100644
--- a/net/ipsumdump/Makefile
+++ b/net/ipsumdump/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Produce ASCII summary of network traffic or tcpdump(1) file
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_PERL5_BUILD=yes
USE_GMAKE= yes
diff --git a/net/iscsi-target/Makefile b/net/iscsi-target/Makefile
index 8eedaa448195..e4aef107620d 100644
--- a/net/iscsi-target/Makefile
+++ b/net/iscsi-target/Makefile
@@ -20,7 +20,6 @@ COMMENT= Implementation of userland ISCSI target (from NetBSD)
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN5= targets.5
MAN8= iscsi-target.8
diff --git a/net/lam/Makefile b/net/lam/Makefile
index c336d675c9ad..b9756cb09b5e 100644
--- a/net/lam/Makefile
+++ b/net/lam/Makefile
@@ -18,7 +18,6 @@ USE_BZIP2= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rsh=ssh --without-fc
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
MAN1= hboot.1 \
diff --git a/net/latd/Makefile b/net/latd/Makefile
index f79f9699dfa0..517f3fabf7a0 100644
--- a/net/latd/Makefile
+++ b/net/latd/Makefile
@@ -17,7 +17,6 @@ COMMENT= The linux-decnet project LAT protocol suite
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CFLAGS+= -Wno-deprecated
MAN1= llogin.1
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
index bf7a226fbfd4..3361265ac44d 100644
--- a/net/libdnet/Makefile
+++ b/net/libdnet/Makefile
@@ -15,7 +15,6 @@ MAINTAINER?= onatan@gmail.com
COMMENT= A simple interface to low level networking routines
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
.if !defined(LIBDNET_SLAVE)
diff --git a/net/libnet-devel/Makefile b/net/libnet-devel/Makefile
index 512811396767..fa16513d63a1 100644
--- a/net/libnet-devel/Makefile
+++ b/net/libnet-devel/Makefile
@@ -19,7 +19,6 @@ COMMENT= A C library for creating IP packets (development version)
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
WRKSRC= ${WRKDIR}/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${SHORT_VER}
diff --git a/net/libnet/Makefile b/net/libnet/Makefile
index d58dcad33d41..b25e34893af7 100644
--- a/net/libnet/Makefile
+++ b/net/libnet/Makefile
@@ -17,7 +17,6 @@ MAINTAINER= shipley@dis.org
COMMENT= A C library for creating IP packets
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
WRKSRC= ${WRKDIR}/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
diff --git a/net/libnetdude/Makefile b/net/libnetdude/Makefile
index 540c0767f79f..f0868a5c004a 100644
--- a/net/libnetdude/Makefile
+++ b/net/libnetdude/Makefile
@@ -19,7 +19,6 @@ LIB_DEPENDS= pcapnav.0:${PORTSDIR}/net/libpcapnav
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_GNOME= glib12
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
USE_LDCONFIG= yes
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
index 420ed72bb630..840df65124da 100644
--- a/net/libnids/Makefile
+++ b/net/libnids/Makefile
@@ -21,7 +21,6 @@ OPTIONS= LIBNET "Include code requiring libnet" ON \
WANT_GNOME= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
diff --git a/net/libnss-mysql/Makefile b/net/libnss-mysql/Makefile
index ac8baa8087a2..82c3d78533f5 100644
--- a/net/libnss-mysql/Makefile
+++ b/net/libnss-mysql/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= vd@FreeBSD.org
COMMENT= NSS module using a MySQL database for backend
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-mysql=${LOCALBASE}
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index bfdcbe8cd6e4..30264856eb13 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -21,7 +21,6 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-shared --disable-trace
diff --git a/net/libtrace/Makefile b/net/libtrace/Makefile
index 9f8c49968313..e2dac8bc5714 100644
--- a/net/libtrace/Makefile
+++ b/net/libtrace/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= matt@peterson.org
COMMENT= C library for network device, raw & compressed network flows
CONFIGURE_ARGS= --with-libpcap=${LOCALBASE}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_BZIP2= yes
GNU_CONFIGURE= yes
diff --git a/net/minisapserver/Makefile b/net/minisapserver/Makefile
index 94dc41303fdf..9e1f45a57025 100644
--- a/net/minisapserver/Makefile
+++ b/net/minisapserver/Makefile
@@ -15,7 +15,6 @@ COMMENT= SAP and SLP announcement for the VLC Media Player
USE_BZIP2= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
MAN1= sapserver.1
PLIST_FILES= bin/sapserver etc/sap.cfg-dist etc/rc.d/sapserver.sh
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index 50218342841b..7d5ccf4972ed 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -33,7 +33,6 @@ USE_PERL5_BUILD=yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-romio --enable-sharedlibs=gcc
CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" LDFLAGS="${PTHREAD_LIBS}" F77="${F77}" FFLAGS="${FFLAGS}"
FFLAGS?= -O2
diff --git a/net/nast/Makefile b/net/nast/Makefile
index 9a384d2d86e1..0a326873312f 100644
--- a/net/nast/Makefile
+++ b/net/nast/Makefile
@@ -21,7 +21,6 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
MAN8= nast.8
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
USE_GMAKE= yes
diff --git a/net/nc6/Makefile b/net/nc6/Makefile
index acde2ba5d1b9..6539dabb6429 100644
--- a/net/nc6/Makefile
+++ b/net/nc6/Makefile
@@ -20,7 +20,6 @@ USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index aadb3b0e81a4..1d2a245038b7 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -32,7 +32,6 @@ CONFIGURE_ARGS+= --enable-debug-logging
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
DOCS= README README.VFS logo-shaded.svg
MAN8= nepenthes.8
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index df5e44502c8d..4f7bae079260 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -56,7 +56,6 @@ PLIST_SUB+= TIMELORD=""
PLIST_SUB+= TIMELORD="@comment "
.endif
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_PERL5= yes
FILES= AppleVolumes.default AppleVolumes.system afpd.conf \
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 94b0f514443c..d5a48bd54a92 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -32,7 +32,6 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_SUB= DBDIR=${DBDIR} \
PORTVERSION=${PORTVERSION}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --localstatedir=${DBDIR} \
--with-ossl-root=${OPENSSLBASE} \
--with-gdbm-root=${LOCALBASE} \
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index d9b976be876f..06f5d7c8c5e1 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -20,7 +20,6 @@ COMMENT= The Network Time Protocol Distribution
LATEST_LINK= ${PORTNAME}-dev
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= sntp.1
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 623eb9695a76..c77b202ec27d 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -20,7 +20,6 @@ COMMENT= The Network Time Protocol Distribution
LATEST_LINK= ${PORTNAME}
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_AUTOTOOLS= automake:19
.if defined(ENABLE_RAWDCF)
diff --git a/net/nylon/Makefile b/net/nylon/Makefile
index b4f5859ca0aa..c69d5b622af7 100644
--- a/net/nylon/Makefile
+++ b/net/nylon/Makefile
@@ -21,7 +21,6 @@ USE_RC_SUBR= nylon.sh
GNU_CONFIGURE= yes
# Necessary for $PREFIX to work:
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libevent=${LOCALBASE}
MAN1= nylon.1
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile
index 9d5102b13cc4..57c0a711d768 100644
--- a/net/openldap23-server/Makefile
+++ b/net/openldap23-server/Makefile
@@ -379,7 +379,6 @@ CPPFLAGS+= ${PTHREAD_CFLAGS} \
LDFLAGS+= -L${LOCALBASE}/lib
#LIBS+= ${PTHREAD_LIBS}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
LIBS="${LIBS}"
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index fd4f59f769b1..cb2959009a9a 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -425,7 +425,6 @@ CPPFLAGS+= ${PTHREAD_CFLAGS} \
LDFLAGS+= -L${LOCALBASE}/lib
#LIBS+= ${PTHREAD_LIBS}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
LIBS="${LIBS}"
diff --git a/net/openslp/Makefile b/net/openslp/Makefile
index 52936984b35c..97fe77117cb2 100644
--- a/net/openslp/Makefile
+++ b/net/openslp/Makefile
@@ -21,7 +21,6 @@ USE_OPENSSL= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openslp \
--localstatedir=/var
-CONFIGURE_TARGET=--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
USE_RC_SUBR= yes
RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile
index 6f07438f2faf..3a3612b45355 100644
--- a/net/ossp-sa/Makefile
+++ b/net/ossp-sa/Makefile
@@ -19,7 +19,6 @@ LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
USE_LDCONFIG= yes
diff --git a/net/panoptis/Makefile b/net/panoptis/Makefile
index 8ed08dee4b94..1422cfb24299 100644
--- a/net/panoptis/Makefile
+++ b/net/panoptis/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp
GNU_CONFIGURE= yes
USE_PYTHON= yes
CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}'
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_FILES= bin/panoptis bin/mail.py bin/pview.py bin/speed.py
do-install:
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 001fe764ace8..690325460bf2 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -24,7 +24,6 @@ COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software
CONFLICTS= openbgpd-[0-9]* zebra-0*
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_PERL5_BUILD= yes
diff --git a/net/rfbproxy/Makefile b/net/rfbproxy/Makefile
index 61bdcae00780..e0de011437e7 100644
--- a/net/rfbproxy/Makefile
+++ b/net/rfbproxy/Makefile
@@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A simple tool for recording VNC sessions
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= rfbproxy.1
PLIST_FILES= bin/rfbproxy
diff --git a/net/ripe-whois/Makefile b/net/ripe-whois/Makefile
index f7bad8a7d072..74eeab705739 100644
--- a/net/ripe-whois/Makefile
+++ b/net/ripe-whois/Makefile
@@ -18,7 +18,6 @@ COMMENT= The RIPE whois client version 3
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= whois3.1
PLIST_FILES= bin/whois3
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile
index a71e61d10512..64adf12e2623 100644
--- a/net/rp-pppoe/Makefile
+++ b/net/rp-pppoe/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= matthias.andree@gmx.de
COMMENT= The popular Roaring Penguin's PPPoE software
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PATCH_WRKSRC= ${WRKSRC}/src
CONFIGURE_WRKSRC= ${WRKSRC}/src
BUILD_WRKSRC= ${WRKSRC}/src
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index d0c8c5514200..d1631ff625ef 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -28,7 +28,6 @@ USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug --enable-ipv6 \
--with-rsyncd-conf=${PREFIX}/etc/rsyncd.conf
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if !defined(NOPORTDOCS)
PORTDOCS= NEWS README csprotocol.txt tech_report.tex
diff --git a/net/samba-pdbsql/Makefile b/net/samba-pdbsql/Makefile
index 6b37ab390f5a..1796967af77b 100644
--- a/net/samba-pdbsql/Makefile
+++ b/net/samba-pdbsql/Makefile
@@ -43,7 +43,6 @@ SAMBA_PDBDIR= ${SAMBA_MODULEDIR}/pdb
BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${SAMBA_PORT}:configure
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --libdir=${SAMBA_PDBDIR} \
--with-samba-dir=${SAMBA_WRKSRC}
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index 72caa523c0da..50e1342cb646 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -44,8 +44,6 @@ SAMBA_LIB= lib
SAMBA_LIBDIR= ${PREFIX}/${SAMBA_LIB}
SAMBA_MODULEDIR= ${SAMBA_LIBDIR}/samba
-CONFIGURE_TARGET= --build="${MACHINE_ARCH}-portbld-freebsd${OSREL}"
-
CONFIGURE_ARGS+= --exec-prefix="${PREFIX}" \
--localstatedir="${VARDIR}" \
--with-configdir="${SAMBA_CONFDIR}" \
diff --git a/net/samba4wins/Makefile b/net/samba4wins/Makefile
index c765ff638521..ffed10dc3102 100644
--- a/net/samba4wins/Makefile
+++ b/net/samba4wins/Makefile
@@ -35,8 +35,6 @@ S4W_CONFDIR= ${PREFIX}/etc
S4W_LIBDIR= ${PREFIX}/lib/${PORTNAME}
S4W_CONFIG= ${S4W_CONFDIR}/samba4wins.conf
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
CONFIGURE_ARGS+= --exec-prefix=${PREFIX} \
--datadir=${S4W_DATADIR} \
--libdir=${S4W_LIBDIR} \
diff --git a/net/serveez/Makefile b/net/serveez/Makefile
index e5b2d71a8153..2dbc6872d866 100644
--- a/net/serveez/Makefile
+++ b/net/serveez/Makefile
@@ -23,7 +23,6 @@ GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
diff --git a/net/shmux/Makefile b/net/shmux/Makefile
index bb3c3f5f75a0..6994a788d95e 100644
--- a/net/shmux/Makefile
+++ b/net/shmux/Makefile
@@ -19,7 +19,6 @@ OPTIONS= FPING "Use fping utility" on \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
ALL_TARGET= ${PORTNAME}
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile
index f60464c8dd00..088c0b36a64b 100644
--- a/net/silc-client/Makefile
+++ b/net/silc-client/Makefile
@@ -29,7 +29,6 @@ COMMENT= Secure Internet Live Conferencing (SILC) network client
USE_BZIP2= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GNOME= glib12
USE_GMAKE= yes
CONFIGURE_ARGS= --docdir=${DOCSDIR} \
diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile
index 78e61d50f995..0494d937cd16 100644
--- a/net/siproxd/Makefile
+++ b/net/siproxd/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= osip2.5:${PORTSDIR}/net/libosip
USE_RC_SUBR= siproxd.sh
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --with-libosip-prefix=${PREFIX}
+CONFIGURE_ARGS= --with-libosip-prefix=${PREFIX}
PORTDOCS1= AUTHORS ChangeLog README RELNOTES
PORTDOCS2= FAQ KNOWN_BUGS RFC3261_compliance.txt \
diff --git a/net/ss5/Makefile b/net/ss5/Makefile
index 77c1e1b4d7b3..3eff5acfd012 100644
--- a/net/ss5/Makefile
+++ b/net/ss5/Makefile
@@ -21,7 +21,6 @@ USE_OPENLDAP= yes
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-binpathbase=${PREFIX}/sbin \
--with-docpathbase=${PREFIX}/share/doc \
--with-confpathbase=${PREFIX}/etc \
diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile
index bf5d72e92971..8381216f0ec0 100644
--- a/net/tac_plus4/Makefile
+++ b/net/tac_plus4/Makefile
@@ -17,7 +17,6 @@ COMMENT= The Cisco remote authentication/authorization/accounting server
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
USE_RC_SUBR= tac_plus
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-groupid=$$(/usr/bin/id -g tacacs 2>/dev/null || echo '559') \
--with-userid=$$(/usr/bin/id -u tacacs 2>/dev/null || echo '559')
diff --git a/net/tacshell/Makefile b/net/tacshell/Makefile
index 3d13a2ccff3f..a67a43afd560 100644
--- a/net/tacshell/Makefile
+++ b/net/tacshell/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Shell authentication for TACACS+ protocol
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PORTDOCS= README WHATSNEW ChangeLog
PLIST_FILES= bin/tacshell etc/tacshell.conf.sample
diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile
index d391cb04a5fc..8d72a2c776e4 100644
--- a/net/tapidbus/Makefile
+++ b/net/tapidbus/Makefile
@@ -23,8 +23,6 @@ USE_GMAKE= yes
USE_GNOME= pkgconfig glib20 gnomehack
USE_LDCONFIG= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile
index 8ecacda0db8e..7ecd89563fcf 100644
--- a/net/tcpstat/Makefile
+++ b/net/tcpstat/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A program to report various network statistics
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= tcpstat.1 tcpprof.1
DOCS= AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt
diff --git a/net/tcptraceroute-devel/Makefile b/net/tcptraceroute-devel/Makefile
index 020b3b9098de..5a88d63e824d 100644
--- a/net/tcptraceroute-devel/Makefile
+++ b/net/tcptraceroute-devel/Makefile
@@ -27,7 +27,6 @@ MAN1= tcptraceroute.1
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
CONFIGURE_ARGS= --with-libpcap=/usr --bindir=${PREFIX}/sbin
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALL_TARGET= install-exec-am install-man
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile
index fe3a198c9b7d..74f4a384d4d5 100644
--- a/net/tn5250/Makefile
+++ b/net/tn5250/Makefile
@@ -19,7 +19,6 @@ USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnometarget pkgconfig
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-os-dir=no --with-ssl=${OPENSSLBASE}
USE_LDCONFIG= yes
diff --git a/net/trickle/Makefile b/net/trickle/Makefile
index d7b16e234613..fbc84589b207 100644
--- a/net/trickle/Makefile
+++ b/net/trickle/Makefile
@@ -24,7 +24,6 @@ CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \
--sysconfdir=${PREFIX}/etc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= trickle.1
MAN5= trickled.conf.5
diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile
index f8803a742c7b..bd0a4903c24b 100644
--- a/net/twinkle/Makefile
+++ b/net/twinkle/Makefile
@@ -33,7 +33,6 @@ USE_PERL5= yes
USE_QT_VER= 3
CONFIGURE_ARGS= --with-qt-dir=${QT_PREFIX} QTDIR=${LOCALBASE}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= QMAKESPEC="${QMAKESPEC}" \
CFLAGS="${CFLAGS}"
MAKE_ENV= QTDIR=${QT_PREFIX}
diff --git a/net/uplog/Makefile b/net/uplog/Makefile
index b611e8c6a25a..0a7833146212 100644
--- a/net/uplog/Makefile
+++ b/net/uplog/Makefile
@@ -16,7 +16,6 @@ COMMENT= UDP-based ping programm
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PORTDOCS= README
PLIST_FILES= bin/uplog
diff --git a/net/vomit/Makefile b/net/vomit/Makefile
index ee4316459649..287d137f8924 100644
--- a/net/vomit/Makefile
+++ b/net/vomit/Makefile
@@ -18,7 +18,6 @@ LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
dnet.1:${PORTSDIR}/net/libdnet
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/net/wol/Makefile b/net/wol/Makefile
index ff784313d56f..934a2c780a0e 100644
--- a/net/wol/Makefile
+++ b/net/wol/Makefile
@@ -21,7 +21,6 @@ USE_PERL5_BUILD= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS= --disable-nls
diff --git a/net/xmlrpc-epi/Makefile b/net/xmlrpc-epi/Makefile
index 73b662b45f44..69bbb6d07377 100644
--- a/net/xmlrpc-epi/Makefile
+++ b/net/xmlrpc-epi/Makefile
@@ -23,7 +23,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv"
CONFIGURE_ARGS= --program-transform="s|^|xre-|" \
--with-expat=/usr/local
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PORTDOCS= AUTHORS ChangeLog NEWS README
diff --git a/net/xorp/Makefile b/net/xorp/Makefile
index 80f2e85c6e26..1e93ff06dad1 100644
--- a/net/xorp/Makefile
+++ b/net/xorp/Makefile
@@ -23,11 +23,9 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --prefix=${PREFIX}/${PORTNAME} \
--with-comment='FreeBSD port: ${PKGNAME}' \
- --with-openssl=/usr \
- ${CONFIGURE_TARGET}
+ --with-openssl=/usr
CONFIGURE_ENV+= CXXFLAGS="-Wno-uninitialized"