New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 33648

Show
Ignore:
Timestamp:
02/02/2008 06:50:41 (4 years ago)
Author:
raimue@…
Message:

www/apache:
Linted.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/apache/Portfile

    r31248 r33648  
    22 
    33PortSystem 1.0 
     4 
    45name                apache 
    56version             1.3.37 
     
    2425        if { ![variant_isset apache_layout] } { 
    2526                configure.args-append   --with-layout=FreeBSD  --logfiledir=${prefix}/var/log/httpd --runtimedir=${prefix}/var/run 
    26         }  
     27        } 
    2728} 
    2829 
     
    4142 
    4243startupitem.create      yes 
    43 if { [variant_isset apache_layout] } {  
     44if { [variant_isset apache_layout] } { 
    4445        startupitem.init        \ 
    4546                "CTL=${prefix}/apache/bin/apachectl\nPID=${prefix}/apache/run/httpd.pid" 
     
    5657 
    5758post-destroot      { 
    58         if { [variant_isset apache_layout] } {  
     59        if { [variant_isset apache_layout] } { 
    5960                 xinstall -m 755 -d ${destroot}${prefix}/apache/log \ 
    6061                        ${destroot}${prefix}/apache/run