diff options
author | nork <nork@FreeBSD.org> | 2003-06-09 23:41:03 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-09 23:41:03 +0800 |
commit | 0a144c2acd717cec1f158e41fe5c5cc79065a0ae (patch) | |
tree | 0155d1ee386a62e3eaf7e74338eccbf5eafd9e74 /devel | |
parent | 0638bc1c34194ec5cfb8d396c30d4752a107f070 (diff) | |
download | freebsd-ports-gnome-0a144c2acd717cec1f158e41fe5c5cc79065a0ae.tar.gz freebsd-ports-gnome-0a144c2acd717cec1f158e41fe5c5cc79065a0ae.tar.zst freebsd-ports-gnome-0a144c2acd717cec1f158e41fe5c5cc79065a0ae.zip |
s,/bin/sh,${SH},.
Obtained from: devel/autoconf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf213/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 204a60c0030f..442847bd9ab2 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIG_SHELL=/bin/sh +CONFIGURE_ENV+= CONFIG_SHELL=${SH} CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 CONFIGURE_ARGS= --program-suffix=213 WRKSRC= ${WRKDIR}/autoconf |