[31750] trunk/dports/www/php5-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Dec 5 11:52:10 PST 2007


Revision: 31750
          http://trac.macosforge.org/projects/macports/changeset/31750
Author:   ryandesign at macports.org
Date:     2007-12-05 11:52:03 -0800 (Wed, 05 Dec 2007)

Log Message:
-----------
php5-devel: remove trailing whitespace

Modified Paths:
--------------
    trunk/dports/www/php5-devel/Portfile

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- 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

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


More information about the macports-changes mailing list