summaryrefslogtreecommitdiff
path: root/www/apache13
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-10-28 20:38:44 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-10-28 20:38:44 +0000
commitabe07891693fe920d31011e8962c9086a967a3f1 (patch)
tree30efae400766257f5b554ce0a1a646986b5d2ac4 /www/apache13
parent- Upgrade to 2.6d. KAME IPv6 patch was migrated. (diff)
CONFIGURE_ARGS = -> += for child ports
Notes
Notes: svn path=/head/; revision=49299
Diffstat (limited to 'www/apache13')
-rw-r--r--www/apache13/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index 07306610a1ea..686e0a7b6b6d 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -32,7 +32,8 @@ DISTNAME= apache_${PORTVERSION}
MAINTAINER= ache@freebsd.org
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= \
+# += for child ports
+CONFIGURE_ARGS+= \
--prefix=${PREFIX} \
--server-uid=www \
--server-gid=www \