[63439] trunk/dports/www/apache/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Feb 4 19:38:26 PST 2010


Revision: 63439
          http://trac.macports.org/changeset/63439
Author:   ryandesign at macports.org
Date:     2010-02-04 19:38:23 -0800 (Thu, 04 Feb 2010)
Log Message:
-----------
apache: remove stdargs variable; set configure args normally

Modified Paths:
--------------
    trunk/dports/www/apache/Portfile

Modified: trunk/dports/www/apache/Portfile
===================================================================
--- trunk/dports/www/apache/Portfile	2010-02-05 03:11:00 UTC (rev 63438)
+++ trunk/dports/www/apache/Portfile	2010-02-05 03:38:23 UTC (rev 63439)
@@ -39,11 +39,13 @@
 	configure.args-append   --with-layout=Apache --logfiledir=${prefix}/apache/var/log/httpd --runtimedir=${prefix}/apache/var/run
 }
 
-set stdargs "--server-uid=www --server-gid=www  --enable-module=most --enable-shared=max --disable-rule=expat"
-
 configure.pre_args  --prefix=${prefix} --datadir=${prefix}/var/www/data --cgidir=${prefix}/var/www/cgi-bin --iconsdir=${prefix}/var/www/icons --mandir=${prefix}/share/man
 
-configure.args		${stdargs}
+configure.args      --server-uid=www \
+                    --server-gid=www \
+                    --enable-module=most \
+                    --enable-shared=max \
+                    --disable-rule=expat
 
 configure.universal_args-delete	--disable-dependency-tracking
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100204/6550af5b/attachment.html>


More information about the macports-changes mailing list