[32845] trunk/dports/math/k3dsurf/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 21:26:57 PST 2008


Revision: 32845
          http://trac.macosforge.org/projects/macports/changeset/32845
Author:   ryandesign at macports.org
Date:     2008-01-13 21:26:57 -0800 (Sun, 13 Jan 2008)

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

Modified Paths:
--------------
    trunk/dports/math/k3dsurf/Portfile

Modified: trunk/dports/math/k3dsurf/Portfile
===================================================================
--- trunk/dports/math/k3dsurf/Portfile	2008-01-14 05:25:40 UTC (rev 32844)
+++ trunk/dports/math/k3dsurf/Portfile	2008-01-14 05:26:57 UTC (rev 32845)
@@ -21,8 +21,7 @@
 depends_lib			port:qt3-mac
 
 configure {
-	cd ${worksrcpath}
-	system "qmake"
+	system "cd ${worksrcpath} && qmake"
 }
 
 build.env			QTDIR=${prefix}

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


More information about the macports-changes mailing list