aboutsummaryrefslogtreecommitdiff
path: root/www/apache13-modssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-11-13 03:32:51 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-11-13 03:32:51 +0000
commitcedf776ac11c3e7582b528b2a7151cfe321e09bc (patch)
tree50d948ac5e0805bb8f4cac289d0fd0ea33cef086 /www/apache13-modssl
parentf5629a6892a557d61cf300be6a5d511fd28849a8 (diff)
downloadports-cedf776ac11c3e7582b528b2a7151cfe321e09bc.tar.gz
ports-cedf776ac11c3e7582b528b2a7151cfe321e09bc.zip
Notes
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r--www/apache13-modssl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile
index 0fb33c77bbae..33b3402a4141 100644
--- a/www/apache13-modssl/Makefile
+++ b/www/apache13-modssl/Makefile
@@ -96,6 +96,10 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \
--enable-module=define \
${SUEXEC_CONF}
+.if defined(APACHE_RELATIVE_RUNTIMEDIR)
+CONFIGURE_ARGS+= --runtimedir=${APACHE_RELATIVE_RUNTIMEDIR}
+.endif
+
.if defined(APACHE_HARD_SERVER_LIMIT)
HARD_SERVER_LIMIT=-DHARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT}
.else