diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
commit | 741aa714833b9bb1e9afaaf5124d3f5c60b5e49c (patch) | |
tree | e9b79b363f2fc4a63535a25c71491fa49a79b556 /ftp | |
parent | e6b2e4b3537ce43e377d2f4fe0ac46b6ab8c4395 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/curlpp/Makefile | 1 | ||||
-rw-r--r-- | ftp/frox/Makefile | 1 | ||||
-rw-r--r-- | ftp/ftp-tls/Makefile | 1 | ||||
-rw-r--r-- | ftp/ftpd-tls/Makefile | 1 | ||||
-rw-r--r-- | ftp/muddleftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/ocaml-ocurl/Makefile | 1 | ||||
-rw-r--r-- | ftp/oftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/pftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/prozilla/Makefile | 1 | ||||
-rw-r--r-- | ftp/puf/Makefile | 1 | ||||
-rw-r--r-- | ftp/quftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/rexx-curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/wget/Makefile | 1 | ||||
-rw-r--r-- | ftp/wput/Makefile | 1 | ||||
-rw-r--r-- | ftp/wzdftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/yafc/Makefile | 1 |
17 files changed, 0 insertions, 17 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 694c79215c9c..6cd905dd252f 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -48,7 +48,6 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}" USE_PERL5_BUILD= yes USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= CARES "Asynchronous DNS resolution via c-ares" off \ CURL_DEBUG "Enable curl diagnostic output" off \ diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 795ba5e6a21f..201cdf76a0f1 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -17,7 +17,6 @@ COMMENT= A C++ wrapper for libcurl LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-ewarning diff --git a/ftp/frox/Makefile b/ftp/frox/Makefile index 5cafc6e09b01..7c62f7b1e089 100644 --- a/ftp/frox/Makefile +++ b/ftp/frox/Makefile @@ -20,7 +20,6 @@ COMMENT= Transparent FTP proxy with caching support USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_RC_SUBR= frox.sh SUB_FILES= pkg-message diff --git a/ftp/ftp-tls/Makefile b/ftp/ftp-tls/Makefile index 591996e77021..c6fa9d536ecb 100644 --- a/ftp/ftp-tls/Makefile +++ b/ftp/ftp-tls/Makefile @@ -21,7 +21,6 @@ USE_OPENSSL= yes MAN1= ftp-tls.1 CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE} -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ftp ${PREFIX}/bin/ftp-tls diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile index 068597e9eacf..2765aa55c839 100644 --- a/ftp/ftpd-tls/Makefile +++ b/ftp/ftpd-tls/Makefile @@ -22,7 +22,6 @@ USE_RC_SUBR= ftpd-tls.sh MAN8= ftpd-tls.8 CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE} -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.pre.mk> diff --git a/ftp/muddleftpd/Makefile b/ftp/muddleftpd/Makefile index fb4663e52b3c..9ef7b0d1b552 100644 --- a/ftp/muddleftpd/Makefile +++ b/ftp/muddleftpd/Makefile @@ -22,7 +22,6 @@ COMMENT= A new ftp server that can perform a variety of ftp tasks USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-authsmb MAN1= ftpwho.1 muddleftpd.1 mudpasswd.1 diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile index 333962f5c9dc..72d3b79d8416 100644 --- a/ftp/ocaml-ocurl/Makefile +++ b/ftp/ocaml-ocurl/Makefile @@ -23,7 +23,6 @@ WRKSRC= ${WRKDIR}/ocurl USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+="--with-findlib" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PKGDEINSTALL= ${PKGINSTALL} FINDLIB_PKGNAME=${PORTNAME:S/o//} diff --git a/ftp/oftpd/Makefile b/ftp/oftpd/Makefile index 1cca1f7121c7..e116defd78ad 100644 --- a/ftp/oftpd/Makefile +++ b/ftp/oftpd/Makefile @@ -15,7 +15,6 @@ MAINTAINER= beech@FreeBSD.org COMMENT= A threaded, anonymous only FTP server designed for security GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN8= oftpd.8 PORTDOCS= README AUTHORS ChangeLog NEWS TODO BUGS diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile index caf45aa0fc8d..f8da7ea135c4 100644 --- a/ftp/pftpd/Makefile +++ b/ftp/pftpd/Makefile @@ -15,7 +15,6 @@ MAINTAINER= beech@FreeBSD.org COMMENT= Multithreaded anonymous FTP daemon GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= pftpd.1 rpad.1 PLIST_FILES= sbin/pftpd diff --git a/ftp/prozilla/Makefile b/ftp/prozilla/Makefile index 0e8fd80206a3..21646c62350e 100644 --- a/ftp/prozilla/Makefile +++ b/ftp/prozilla/Makefile @@ -19,7 +19,6 @@ USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS= ${CFLAGS} -I${LOCALBASE}/include diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile index 928c02ed2846..34a8d7925301 100644 --- a/ftp/puf/Makefile +++ b/ftp/puf/Makefile @@ -15,7 +15,6 @@ MAINTAINER= jharris@widomaker.com COMMENT= A parallel HTTP downloader similar to wget GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= puf.1 PLIST_FILES= bin/puf diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index 72aa1ddc9147..a516385ab4e6 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -21,7 +21,6 @@ GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ENV= CFLAGS="${CFLAGS}" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= quftp.1 PLIST_FILES= bin/quftp diff --git a/ftp/rexx-curl/Makefile b/ftp/rexx-curl/Makefile index 6edfde882aa1..1271f6efadab 100644 --- a/ftp/rexx-curl/Makefile +++ b/ftp/rexx-curl/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-rexx=regina USE_LDCONFIG= yes diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 369e23dfa258..07ca24970ea2 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -19,7 +19,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index 34d8d355b4b7..70be22166c28 100644 --- a/ftp/wput/Makefile +++ b/ftp/wput/Makefile @@ -24,7 +24,6 @@ PORTEXAMPLES= USAGE.examples USAGE.resumehandling USAGE.urlhandling \ USE_GETTEXT= yes USE_AUTOTOOLS= autoconf:262 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LIBS="${LDFLAGS}" OPTIONS= TLS "Enable TLS support" on \ diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index bc8b9321639c..07bdbb92afca 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -24,7 +24,6 @@ USE_GNOME= pkgconfig ltverhack CONFIGURE_ARGS+= --without-pam --disable-pgsql --disable-bonjour CONFIGURE_ENV= CPPFLAGS="${CPPLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message OPTIONS= UTF8 "Enable UTF8 support" off \ diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index e58bb9ab35cb..98c7f58a72db 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -16,7 +16,6 @@ COMMENT= Yet another ftp client. Similar to ftp(1) USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \ --with-krb5=no --with-gssapi=no |