diff options
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: |