Changeset 33648
- Timestamp:
- 02/02/2008 06:50:41 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/www/apache/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/apache/Portfile
r31248 r33648 2 2 3 3 PortSystem 1.0 4 4 5 name apache 5 6 version 1.3.37 … … 24 25 if { ![variant_isset apache_layout] } { 25 26 configure.args-append --with-layout=FreeBSD --logfiledir=${prefix}/var/log/httpd --runtimedir=${prefix}/var/run 26 } 27 } 27 28 } 28 29 … … 41 42 42 43 startupitem.create yes 43 if { [variant_isset apache_layout] } { 44 if { [variant_isset apache_layout] } { 44 45 startupitem.init \ 45 46 "CTL=${prefix}/apache/bin/apachectl\nPID=${prefix}/apache/run/httpd.pid" … … 56 57 57 58 post-destroot { 58 if { [variant_isset apache_layout] } { 59 if { [variant_isset apache_layout] } { 59 60 xinstall -m 755 -d ${destroot}${prefix}/apache/log \ 60 61 ${destroot}${prefix}/apache/run

