Modified: trunk/dports/www/php5-devel/Portfile (31749 => 31750)
--- trunk/dports/www/php5-devel/Portfile 2007-12-05 19:50:54 UTC (rev 31749)
+++ trunk/dports/www/php5-devel/Portfile 2007-12-05 19:52:03 UTC (rev 31750)
@@ -320,8 +320,8 @@
${destroot}${prefix}/etc/apache/extras-conf
xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/libexec/apache/
xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}$prefix/etc/apache/extras-conf
- }
-
+ }
+
# Copy the Apache 2 module.
if { [variant_isset apache2] } {
xinstall -m 755 -d ${destroot}${prefix}/apache2/modules \
@@ -329,7 +329,7 @@
xinstall -m 755 ${worksrcpath}/libs/libphp5.so ${destroot}${prefix}/apache2/modules/
xinstall -m 755 -c ${filespath}/mod_php.conf ${destroot}${prefix}/apache2/conf/extras-conf
}
-
+
if { [variant_isset fastcgi] } {
# If we've built an Apache module (any version) then the FastCGI binary
# will not have been built, so we need to run through the whole process
@@ -367,9 +367,9 @@
# conflict with the cli version.
xinstall -m 755 ${worksrcpath}/sapi/cgi/php-cgi ${destroot}${prefix}/bin
}
-
+
# file rename ${destroot}${prefix}/etc/pear.conf ${destroot}${prefix}/etc/pear.conf.sample
-
+
# Copy the default php.ini files.
xinstall -m 755 -d ${destroot}${prefix}/etc
xinstall -m 755 ${workpath}/${worksrcdir}/php.ini-dist ${destroot}${prefix}/etc/php.ini-dist
@@ -378,7 +378,7 @@
post-install {
ui_msg "\nIf this is your first install, you might want"
-
+
if { [variant_isset apache] } {
ui_msg " * enable php in apache :\n"
@@ -386,14 +386,14 @@
ui_msg "${prefix}/apache/bin/apxs -a -e -n \"php5\" libphp5.so\n"
ui_msg "* copy ${prefix}/etc/php.ini-dist to ${prefix}/etc/php.ini"
}
-
+
if { [variant_isset apache2] } {
ui_msg "cd ${prefix}/apache2/modules"
ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"php5\" libphp5.so\n"
ui_msg "* copy ${prefix}/etc/php.ini-dist to ${prefix}/etc/php.ini"
}
-
- # ui_msg "* copy ${prefix}/etc/pear.conf.sample to ${prefix}/etc/pear.conf"
+
+ # ui_msg "* copy ${prefix}/etc/pear.conf.sample to ${prefix}/etc/pear.conf"
}
test.run yes