aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache24
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-04-18 17:47:29 +0800
committertijl <tijl@FreeBSD.org>2015-04-18 17:47:29 +0800
commitdea1c00d8931e324cb9945d5906299ce63ad21ed (patch)
treed8ee4593f1ee095117c3c4cb6366321f37bbefd8 /www/apache24
parentff58fb3066c9604a771cf5edc13bf54313547811 (diff)
downloadfreebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.tar.gz
freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.tar.zst
freebsd-ports-gnome-dea1c00d8931e324cb9945d5906299ce63ad21ed.zip
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
Diffstat (limited to 'www/apache24')
-rw-r--r--www/apache24/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index 766baa11fe7e..24628a65f1cb 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -100,8 +100,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX_RELDEST} \
--with-apr=${APR_CONFIG} \
--with-apr-util=${APU_CONFIG}
-CONFIGURE_ENV= CONFIG_SHELL="${SH}" \
- LOCALBASE="${LOCALBASE}"
+CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
MAKE_ENV+= EXPR_COMPAT=yes \
INSTALL_MAN="${INSTALL_MAN}" \