aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-11-13 11:32:51 +0800
committerdinoex <dinoex@FreeBSD.org>2003-11-13 11:32:51 +0800
commitf86c41287c0f1f2899a7a27b244405bedd91fed7 (patch)
tree01a683f4993eda2fef62da6dd6c9315742745538
parent306729596371b799149265a2b9a216f97715d643 (diff)
downloadfreebsd-ports-gnome-f86c41287c0f1f2899a7a27b244405bedd91fed7.tar.gz
freebsd-ports-gnome-f86c41287c0f1f2899a7a27b244405bedd91fed7.tar.zst
freebsd-ports-gnome-f86c41287c0f1f2899a7a27b244405bedd91fed7.zip
- new option APACHE_RELATIVE_RUNTIMEDIR
-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