summaryrefslogtreecommitdiffstats
path: root/russian
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2002-05-29 18:53:20 +0000
committerdemon <demon@FreeBSD.org>2002-05-29 18:53:20 +0000
commit52c688b986c22146ba76a670098b906ec46a4ac7 (patch)
tree0ebb6feaff540724c6ce9ec205213776da6718c6 /russian
parentc6a3a70762b814fdb7383433204a375c8c4e0ca1 (diff)
downloadFreeBSD-ports-52c688b986c22146ba76a670098b906ec46a4ac7.zip
FreeBSD-ports-52c688b986c22146ba76a670098b906ec46a4ac7.tar.gz
Allow to add custom args to configure.
Submitted by: Vsevolod Volkov <vvv@lucky.net>
Diffstat (limited to 'russian')
-rw-r--r--russian/apache13-modssl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/russian/apache13-modssl/Makefile b/russian/apache13-modssl/Makefile
index e3e9a76..05653a6 100644
--- a/russian/apache13-modssl/Makefile
+++ b/russian/apache13-modssl/Makefile
@@ -92,6 +92,10 @@ MAN8+= suexec.8
@${ECHO} "Define WITH_SUEXEC to build with suexec support."
.endif
+.if defined(APACHE_CONFIGURE_ARGS)
+CONFIGURE_ARGS+= ${APACHE_CONFIGURE_ARGS}
+.endif
+
pre-patch:
@cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \
&& ${ECHO_MSG} "===> Applying mod_ssl-${VERSION_MODSSL} extension" \
OpenPOWER on IntegriCloud