aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-11 09:54:17 +0800
committersobomax <sobomax@FreeBSD.org>2002-05-11 09:54:17 +0800
commit2be34ecbfaa81e970f10c50c1ae6561dccfa209b (patch)
tree6573cd7e4f6be8c19fc73560fbb8a23004f713a8 /textproc
parent5868700679dbc53ebebbc12617cceaa9b8ff46e7 (diff)
downloadfreebsd-ports-gnome-2be34ecbfaa81e970f10c50c1ae6561dccfa209b.tar.gz
freebsd-ports-gnome-2be34ecbfaa81e970f10c50c1ae6561dccfa209b.tar.zst
freebsd-ports-gnome-2be34ecbfaa81e970f10c50c1ae6561dccfa209b.zip
Force SHELL MAKE_ENV to be /bin/sh.
Submitted by: Kent Stewart <kstewart@owt.com>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/expat2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index 7bd8b9f1cb69..e10de2ab7b12 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -20,7 +20,8 @@ INSTALLS_SHLIB= yes
SHLIB_MAJOR= 2
-MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}"
+MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \
+ SHELL="/bin/sh"
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
post-install: