diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2000-09-01 16:41:41 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2000-09-01 16:41:41 +0000 |
commit | 782e7445568a0989f827cdd8808eaef401c3d2c3 (patch) | |
tree | 80c4ba37f215f9217ff1563210cec7eb28fbc523 /sysutils/cfengine2 | |
parent | b49645b2916972f95d91b06854f7a8818df1552b (diff) | |
download | ports-782e7445568a0989f827cdd8808eaef401c3d2c3.tar.gz ports-782e7445568a0989f827cdd8808eaef401c3d2c3.zip |
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.
Notes
Notes:
svn path=/head/; revision=32180
Diffstat (limited to 'sysutils/cfengine2')
-rw-r--r-- | sysutils/cfengine2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile index ed8ba2fe64be..260eb645ad85 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> |