diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-11 01:54:17 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-11 01:54:17 +0000 |
commit | 2be34ecbfaa81e970f10c50c1ae6561dccfa209b (patch) | |
tree | 6573cd7e4f6be8c19fc73560fbb8a23004f713a8 /textproc/expat2 | |
parent | 5868700679dbc53ebebbc12617cceaa9b8ff46e7 (diff) | |
download | FreeBSD-ports-2be34ecbfaa81e970f10c50c1ae6561dccfa209b.zip FreeBSD-ports-2be34ecbfaa81e970f10c50c1ae6561dccfa209b.tar.gz |
Force SHELL MAKE_ENV to be /bin/sh.
Submitted by: Kent Stewart <kstewart@owt.com>
Diffstat (limited to 'textproc/expat2')
-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 7bd8b9f..e10de2a 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: |