diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-23 18:48:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-23 18:48:50 +0000 |
commit | 9692428a71796ed1731caa5866ecf1081a17075a (patch) | |
tree | bc0ae6757be5338797668d90314e129bf38e4af3 /audio/libmikmod | |
parent | 622c1d704f2778a8b85b0c385d8de95a7fc42f19 (diff) |
Force libtool script to be executed by /bin/sh, not "whatever shell
you are currently running", which doesn't work too well if it happens to
be e.g. csh.
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=64895
Diffstat (limited to 'audio/libmikmod')
-rw-r--r-- | audio/libmikmod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index fba24be63db9..ec93590d505a 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -20,6 +20,7 @@ WANT_GNOME= yes USE_LIBTOOL= yes USE_GMAKE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" +MAKE_ENV= SHELL=/bin/sh INSTALLS_SHLIB= yes MAN1= libmikmod-config.1 |