[40657] trunk/dports/www/php5-syck/Portfile

jmr at macports.org jmr at macports.org
Thu Oct 9 16:02:50 PDT 2008


Revision: 40657
          http://trac.macports.org/changeset/40657
Author:   jmr at macports.org
Date:     2008-10-09 16:02:50 -0700 (Thu, 09 Oct 2008)
Log Message:
-----------
php5-syck: remove use of cd

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

Modified: trunk/dports/www/php5-syck/Portfile
===================================================================
--- trunk/dports/www/php5-syck/Portfile	2008-10-09 23:01:36 UTC (rev 40656)
+++ trunk/dports/www/php5-syck/Portfile	2008-10-09 23:02:50 UTC (rev 40657)
@@ -31,8 +31,7 @@
 }
 
 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/20081009/fde55edb/attachment.html 


More information about the macports-changes mailing list