[41995] trunk/dports/graphics/fontforge/Portfile

nox at macports.org nox at macports.org
Thu Nov 13 04:18:34 PST 2008


Revision: 41995
          http://trac.macports.org/changeset/41995
Author:   nox at macports.org
Date:     2008-11-13 04:18:33 -0800 (Thu, 13 Nov 2008)
Log Message:
-----------
fontforge: Tell tar that the cidmaps archive is gzipped (closes #17223).

Modified Paths:
--------------
    trunk/dports/graphics/fontforge/Portfile

Modified: trunk/dports/graphics/fontforge/Portfile
===================================================================
--- trunk/dports/graphics/fontforge/Portfile	2008-11-13 09:51:35 UTC (rev 41994)
+++ trunk/dports/graphics/fontforge/Portfile	2008-11-13 12:18:33 UTC (rev 41995)
@@ -64,7 +64,7 @@
         $worksrcpath/cidmap \
         $worksrcpath/htdocs
 
-    system "tar xf $distpath/cidmaps.tgz -C $worksrcpath/cidmap"
+    system "tar xzf $distpath/cidmaps.tgz -C $worksrcpath/cidmap"
     system "tar xf $distpath/[suffix $docdistname] -C $worksrcpath/htdocs"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081113/8ac63176/attachment.html>


More information about the macports-changes mailing list