[53921] trunk/dports/net/xprobe2/Portfile

jmr at macports.org jmr at macports.org
Thu Jul 16 10:54:47 PDT 2009


Revision: 53921
          http://trac.macports.org/changeset/53921
Author:   jmr at macports.org
Date:     2009-07-16 10:54:47 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
xprobe2: remove use of cd (#12914)

Modified Paths:
--------------
    trunk/dports/net/xprobe2/Portfile

Modified: trunk/dports/net/xprobe2/Portfile
===================================================================
--- trunk/dports/net/xprobe2/Portfile	2009-07-16 17:53:28 UTC (rev 53920)
+++ trunk/dports/net/xprobe2/Portfile	2009-07-16 17:54:47 UTC (rev 53921)
@@ -28,8 +28,7 @@
 
 platform darwin 8 {
     post-patch {
-        cd ${worksrcpath}/src/xpmodules
-        foreach makefile [glob */Makefile.in */*/Makefile.in] {
+        foreach makefile [glob -directory ${worksrcpath}/src/xpmodules */Makefile.in */*/Makefile.in] {
             reinplace "s|CC=@CC@|CXX=@CXX@|g" ${makefile}
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/4c50974d/attachment.html>


More information about the macports-changes mailing list