[111949] trunk/dports/editors/vim-app/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Oct 6 11:58:28 PDT 2013


Revision: 111949
          https://trac.macports.org/changeset/111949
Author:   jeremyhu at macports.org
Date:     2013-10-06 11:58:27 -0700 (Sun, 06 Oct 2013)
Log Message:
-----------
vim-app: No need to force gnutar

Modified Paths:
--------------
    trunk/dports/editors/vim-app/Portfile

Modified: trunk/dports/editors/vim-app/Portfile
===================================================================
--- trunk/dports/editors/vim-app/Portfile	2013-10-06 18:57:21 UTC (rev 111948)
+++ trunk/dports/editors/vim-app/Portfile	2013-10-06 18:58:27 UTC (rev 111949)
@@ -119,8 +119,8 @@
 
 extract.only        ${realname}-${vim_version}${extract.suffix}
 post-extract {
-    system "gnutar xvfz ${distpath}/app-bm.tar.gz -C ${workpath}"
-    system "gnutar xvfz ${distpath}/doc.tar.gz -C ${workpath}"
+    system "tar xvfz ${distpath}/app-bm.tar.gz -C ${workpath}"
+    system "tar xvfz ${distpath}/doc.tar.gz -C ${workpath}"
 }
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131006/39a7dad5/attachment.html>


More information about the macports-changes mailing list