diff options
author | ache <ache@FreeBSD.org> | 2001-10-29 04:38:44 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-10-29 04:38:44 +0800 |
commit | eb6a70063b633283883da78df66f082bcf580b8c (patch) | |
tree | dd935a9fbdc07c83565781427cfb2176ce7a05d0 /www | |
parent | c04e6263bde808511fd3d8f45641550f49537900 (diff) | |
download | freebsd-ports-gnome-eb6a70063b633283883da78df66f082bcf580b8c.tar.gz freebsd-ports-gnome-eb6a70063b633283883da78df66f082bcf580b8c.tar.zst freebsd-ports-gnome-eb6a70063b633283883da78df66f082bcf580b8c.zip |
CONFIGURE_ARGS = -> += for child ports
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13/Makefile | 3 |
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 \ |