[32793] trunk/dports/www/php5-yaz/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 04:46:16 PST 2008


Revision: 32793
          http://trac.macosforge.org/projects/macports/changeset/32793
Author:   ryandesign at macports.org
Date:     2008-01-13 04:46:14 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
php5-yaz: no longer use the deprecated 'cd' command

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

Modified: trunk/dports/www/php5-yaz/Portfile
===================================================================
--- trunk/dports/www/php5-yaz/Portfile	2008-01-13 12:41:10 UTC (rev 32792)
+++ trunk/dports/www/php5-yaz/Portfile	2008-01-13 12:46:14 UTC (rev 32793)
@@ -21,8 +21,7 @@
 depends_lib		  port:php5 port:re2c port:yaz
 
 pre-configure {
-	cd ${worksrcpath}
-	system "phpize"
+	system "cd ${worksrcpath} && phpize"
 }
 
 destroot.destdir INSTALL_ROOT=${destroot}

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


More information about the macports-changes mailing list