[29467] trunk/dports/audio/qtplay/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 24 10:44:50 PDT 2007


Revision: 29467
          http://trac.macosforge.org/projects/macports/changeset/29467
Author:   yves at macports.org
Date:     2007-09-24 10:44:50 -0700 (Mon, 24 Sep 2007)

Log Message:
-----------
Remove cd command

Modified Paths:
--------------
    trunk/dports/audio/qtplay/Portfile

Modified: trunk/dports/audio/qtplay/Portfile
===================================================================
--- trunk/dports/audio/qtplay/Portfile	2007-09-24 17:42:24 UTC (rev 29466)
+++ trunk/dports/audio/qtplay/Portfile	2007-09-24 17:44:50 UTC (rev 29467)
@@ -27,9 +27,9 @@
 }
 use_configure	no
 build {
-    cd ${workpath}
-    system "gcc -o ${name} \
-        -framework Carbon -framework QuickTime ${name}.c"
+    system "cd ${workpath} &&
+        gcc -o ${name} \
+            -framework Carbon -framework QuickTime ${name}.c"
 }
 
 destroot	{
@@ -38,3 +38,4 @@
 	xinstall -m 644 ${workpath}/${name}.1 \
 	   ${destroot}${prefix}/share/man/man1
 }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070924/140868ab/attachment.html


More information about the macports-changes mailing list