aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-20 20:48:20 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-20 20:48:20 +0000
commit798a3eec9beafba4b98dd356ca53e4d77b5b5f9a (patch)
tree9eca1b706ac3186fc1968aabe833431a2be8bb59 /devel/autoconf
parenta60458d9d669bfbb902e45606bc8a456213eefe7 (diff)
downloadports-798a3eec9beafba4b98dd356ca53e4d77b5b5f9a.tar.gz
ports-798a3eec9beafba4b98dd356ca53e4d77b5b5f9a.zip
Set CONFIG_SHELL in env so always use /bin/sh. This way results are
at least (closer to) deterministic. PR: 39492 Submitted by: naddy
Notes
Notes: svn path=/head/; revision=68432
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index db9669d35b9b..5bbf2dc17867 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -21,7 +21,8 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
+CONFIGURE_ENV+= CONFIG_SHELL=/bin/sh
+CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4
.if exists(${LOCALBASE}/bin/emacs)
PLIST_SUB+= EMACS="" EMACSDIR=share/emacs