diff options
author | kris <kris@FreeBSD.org> | 2002-08-24 02:48:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-24 02:48:50 +0800 |
commit | e39bc32749ed1bccb73239dc792956c8d26064c0 (patch) | |
tree | 3826386da40527a70ce2a5757d8425ab1d041ccd /audio | |
parent | dbb51de2c1be66b5d8bb16c2a08db66605dc5951 (diff) | |
download | freebsd-ports-gnome-e39bc32749ed1bccb73239dc792956c8d26064c0.tar.gz freebsd-ports-gnome-e39bc32749ed1bccb73239dc792956c8d26064c0.tar.zst freebsd-ports-gnome-e39bc32749ed1bccb73239dc792956c8d26064c0.zip |
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
Diffstat (limited to 'audio')
-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 |