[51040] trunk/dports/games/frobtads/Portfile

raimue at macports.org raimue at macports.org
Sat May 16 11:16:59 PDT 2009


Revision: 51040
          http://trac.macports.org/changeset/51040
Author:   raimue at macports.org
Date:     2009-05-16 11:16:59 -0700 (Sat, 16 May 2009)
Log Message:
-----------
games/frobtads:
Use a base trunk compatible way for extracting additional files

Modified Paths:
--------------
    trunk/dports/games/frobtads/Portfile

Modified: trunk/dports/games/frobtads/Portfile
===================================================================
--- trunk/dports/games/frobtads/Portfile	2009-05-16 18:08:44 UTC (rev 51039)
+++ trunk/dports/games/frobtads/Portfile	2009-05-16 18:16:59 UTC (rev 51040)
@@ -40,8 +40,6 @@
     extract.only-delete ${tads3file}
     post-extract    {
         set tads3file ${name}-t3compiler-${version}${extract.suffix}
-        extract.args              ${distpath}/${tads3file}
-        extract.post_args-append -C${worksrcpath}
-         extract
+        system "tar xfz ${distpath}/${tads3file} -C ${worksrcpath}"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090516/46ed8607/attachment.html>


More information about the macports-changes mailing list