[85680] trunk/dports/devel/icu/Portfile

blair at macports.org blair at macports.org
Sat Oct 15 12:20:14 PDT 2011


Revision: 85680
          http://trac.macports.org/changeset/85680
Author:   blair at macports.org
Date:     2011-10-15 12:20:14 -0700 (Sat, 15 Oct 2011)
Log Message:
-----------
icu: fix the +doc variant due to an upstream change where the doc
zipfile no longer unpacks into a newly created subdirectory but the
current directory.  This finishes #31598.

Modified Paths:
--------------
    trunk/dports/devel/icu/Portfile

Modified: trunk/dports/devel/icu/Portfile
===================================================================
--- trunk/dports/devel/icu/Portfile	2011-10-15 18:52:40 UTC (rev 85679)
+++ trunk/dports/devel/icu/Portfile	2011-10-15 19:20:14 UTC (rev 85680)
@@ -181,8 +181,7 @@
 
     post-extract {
         xinstall -m 0755 -d ${worksrcpath}/doc
-        system "unzip -q ${distpath}/${distname}-docs.zip -d ${workpath}"
-        move ${workpath}/${distname}-docs ${worksrcpath}/doc/html
+        system "unzip -q ${distpath}/${distname}-docs.zip -d ${worksrcpath}/doc/html"
     }
 
     post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111015/4e7041ef/attachment-0001.html>


More information about the macports-changes mailing list