aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-03-12 10:48:25 +0800
committerade <ade@FreeBSD.org>2004-03-12 10:48:25 +0800
commitc4353960b68ab8c8884c624fdb10dfc9b797b02f (patch)
tree12f03ce85220e3ed0e0e596ebd3b1c73b5c59b18 /ftp
parent2c17fb15b8f0c9d5892fcdd6f98146a5de182adc (diff)
downloadfreebsd-ports-gnome-c4353960b68ab8c8884c624fdb10dfc9b797b02f.tar.gz
freebsd-ports-gnome-c4353960b68ab8c8884c624fdb10dfc9b797b02f.tar.zst
freebsd-ports-gnome-c4353960b68ab8c8884c624fdb10dfc9b797b02f.zip
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd-devel/Makefile3
-rw-r--r--ftp/proftpd/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index 434cdb201ff2..71b0d0ce5d3d 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/Makefile
@@ -40,8 +40,7 @@ PORTDOCS= ${PORTDOCSdoc} ${PORTDOCScontrib}
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
-# WANT_AUTOCONF_VER=213
-# USE_AUTOCONF= yes
+# USE_AUTOCONF_VER=213
SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g'
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 434cdb201ff2..71b0d0ce5d3d 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -40,8 +40,7 @@ PORTDOCS= ${PORTDOCSdoc} ${PORTDOCScontrib}
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
-# WANT_AUTOCONF_VER=213
-# USE_AUTOCONF= yes
+# USE_AUTOCONF_VER=213
SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g'