[32794] trunk/dports/textproc/tth/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 04:47:05 PST 2008


Revision: 32794
          http://trac.macosforge.org/projects/macports/changeset/32794
Author:   ryandesign at macports.org
Date:     2008-01-13 04:47:01 -0800 (Sun, 13 Jan 2008)

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

Modified Paths:
--------------
    trunk/dports/textproc/tth/Portfile

Modified: trunk/dports/textproc/tth/Portfile
===================================================================
--- trunk/dports/textproc/tth/Portfile	2008-01-13 12:46:14 UTC (rev 32793)
+++ trunk/dports/textproc/tth/Portfile	2008-01-13 12:47:01 UTC (rev 32794)
@@ -26,8 +26,7 @@
 use_configure   no
 
 build           {
-	cd ${workpath}/${distname};
-	system "cc -o ${name} ${name}.c"
+	system "cd ${workpath}/${distname} && cc -o ${name} ${name}.c"
 }
 
 destroot        {

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


More information about the macports-changes mailing list