diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-11 09:54:17 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-11 09:54:17 +0800 |
commit | 2be34ecbfaa81e970f10c50c1ae6561dccfa209b (patch) | |
tree | 6573cd7e4f6be8c19fc73560fbb8a23004f713a8 /textproc | |
parent | 5868700679dbc53ebebbc12617cceaa9b8ff46e7 (diff) | |
download | freebsd-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/Makefile | 3 |
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: |