diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-11 01:54:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-11 01:54:17 +0000 |
commit | 0a36041a35aa47f92640e3e7e60cc843b9ee5792 (patch) | |
tree | 2db441721c9967003bdbf4a3ccb045527b03d45b /textproc/expat2 | |
parent | libgtop heaaders have moved. (diff) |
Force SHELL MAKE_ENV to be /bin/sh.
Submitted by: Kent Stewart <kstewart@owt.com>
Notes
Notes:
svn path=/head/; revision=58888
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 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: |