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

raimue at macports.org raimue at macports.org
Sat Feb 2 06:50:47 PST 2008


Revision: 33648
          http://trac.macosforge.org/projects/macports/changeset/33648
Author:   raimue at macports.org
Date:     2008-02-02 06:50:41 -0800 (Sat, 02 Feb 2008)

Log Message:
-----------
www/apache:
Linted.

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

Modified: trunk/dports/www/apache/Portfile
===================================================================
--- trunk/dports/www/apache/Portfile	2008-02-02 14:41:13 UTC (rev 33647)
+++ trunk/dports/www/apache/Portfile	2008-02-02 14:50:41 UTC (rev 33648)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name                apache
 version             1.3.37
 categories          www
@@ -23,7 +24,7 @@
 platform darwin {
 	if { ![variant_isset apache_layout] } {
 		configure.args-append	--with-layout=FreeBSD  --logfiledir=${prefix}/var/log/httpd --runtimedir=${prefix}/var/run
-	} 
+	}
 }
 
 variant apache_layout {
@@ -40,7 +41,7 @@
 destroot.args		root=${destroot}
 
 startupitem.create	yes
-if { [variant_isset apache_layout] } { 
+if { [variant_isset apache_layout] } {
 	startupitem.init	\
 		"CTL=${prefix}/apache/bin/apachectl\nPID=${prefix}/apache/run/httpd.pid"
 } else {
@@ -55,7 +56,7 @@
 "\[ -x \${CTL} \] && \${CTL} restart >/dev/null"
 
 post-destroot      {
-	if { [variant_isset apache_layout] } { 
+	if { [variant_isset apache_layout] } {
 		 xinstall -m 755 -d ${destroot}${prefix}/apache/log \
 			${destroot}${prefix}/apache/run
 		 destroot.keepdirs ${destroot}${prefix}/apache/log \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080202/b873467c/attachment.html


More information about the macports-changes mailing list