summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2000-09-01 16:41:41 +0000
committerfenner <fenner@FreeBSD.org>2000-09-01 16:41:41 +0000
commitaac870fea83b824d16df788391cb29ede1903aa5 (patch)
treefe56d17324b9187d2bcd2e81f15f4146a277e86f
parent301fe6e547def0548247b6b2fcfdf0036d788692 (diff)
downloadFreeBSD-ports-aac870fea83b824d16df788391cb29ede1903aa5.zip
FreeBSD-ports-aac870fea83b824d16df788391cb29ede1903aa5.tar.gz
Change GNU_CONFIGURE to USE_AUTOCONF. cfengine comes with a configure
script generated with configure 1.12, which has a POSIX-related IFS bug and doesn't completely work with modern shells.
-rw-r--r--sysutils/cfengine/Makefile2
-rw-r--r--sysutils/cfengine2/Makefile2
-rw-r--r--sysutils/cfengine3-legacy/Makefile2
-rw-r--r--sysutils/cfengine3/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile
index ed8ba2f..260eb64 100644
--- a/sysutils/cfengine/Makefile
+++ b/sysutils/cfengine/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CFLAGS+= -pthread
-GNU_CONFIGURE=yes
+USE_AUTOCONF=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile
index ed8ba2f..260eb64 100644
--- a/sysutils/cfengine2/Makefile
+++ b/sysutils/cfengine2/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CFLAGS+= -pthread
-GNU_CONFIGURE=yes
+USE_AUTOCONF=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile
index ed8ba2f..260eb64 100644
--- a/sysutils/cfengine3-legacy/Makefile
+++ b/sysutils/cfengine3-legacy/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CFLAGS+= -pthread
-GNU_CONFIGURE=yes
+USE_AUTOCONF=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile
index ed8ba2f..260eb64 100644
--- a/sysutils/cfengine3/Makefile
+++ b/sysutils/cfengine3/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
CFLAGS+= -pthread
-GNU_CONFIGURE=yes
+USE_AUTOCONF=yes
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud