aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf253
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-10-21 04:48:20 +0800
committeralane <alane@FreeBSD.org>2002-10-21 04:48:20 +0800
commit9919c107ff983701d6a84e1ea63e4bb7d907a9d2 (patch)
treeda876aea2d5d996ab93662d94dd4b8203fb5f964 /devel/autoconf253
parent1c7ba8f91b734279b89cba59732ad0c85c8cdddb (diff)
downloadfreebsd-ports-gnome-9919c107ff983701d6a84e1ea63e4bb7d907a9d2.tar.gz
freebsd-ports-gnome-9919c107ff983701d6a84e1ea63e4bb7d907a9d2.tar.zst
freebsd-ports-gnome-9919c107ff983701d6a84e1ea63e4bb7d907a9d2.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
Diffstat (limited to 'devel/autoconf253')
-rw-r--r--devel/autoconf253/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile
index db9669d35b9b..5bbf2dc17867 100644
--- a/devel/autoconf253/Makefile
+++ b/devel/autoconf253/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