[40656] trunk/dports/www/php5-memcache/Portfile

jmr at macports.org jmr at macports.org
Thu Oct 9 16:01:37 PDT 2008


Revision: 40656
          http://trac.macports.org/changeset/40656
Author:   jmr at macports.org
Date:     2008-10-09 16:01:36 -0700 (Thu, 09 Oct 2008)
Log Message:
-----------
php5-memcache: remove use of cd

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

Modified: trunk/dports/www/php5-memcache/Portfile
===================================================================
--- trunk/dports/www/php5-memcache/Portfile	2008-10-09 22:58:12 UTC (rev 40655)
+++ trunk/dports/www/php5-memcache/Portfile	2008-10-09 23:01:36 UTC (rev 40656)
@@ -23,8 +23,7 @@
 depends_lib   port:memcached port:php5 port:zlib
 
 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/cd063ce8/attachment.html 


More information about the macports-changes mailing list