diff options
author | nork <nork@FreeBSD.org> | 2003-06-09 15:41:03 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-09 15:41:03 +0000 |
commit | 0a144c2acd717cec1f158e41fe5c5cc79065a0ae (patch) | |
tree | 0155d1ee386a62e3eaf7e74338eccbf5eafd9e74 /devel/autoconf213 | |
parent | 0638bc1c34194ec5cfb8d396c30d4752a107f070 (diff) | |
download | FreeBSD-ports-0a144c2acd717cec1f158e41fe5c5cc79065a0ae.zip FreeBSD-ports-0a144c2acd717cec1f158e41fe5c5cc79065a0ae.tar.gz |
s,/bin/sh,${SH},.
Obtained from: devel/autoconf
Diffstat (limited to 'devel/autoconf213')
-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 204a60c..442847b 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 |