From abe07891693fe920d31011e8962c9086a967a3f1 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 28 Oct 2001 20:38:44 +0000 Subject: CONFIGURE_ARGS = -> += for child ports --- www/apache13/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/apache13') 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 \ -- cgit v1.2.3