[96166] trunk/dports/python/py-html5lib/Portfile

lightnin at macports.org lightnin at macports.org
Thu Aug 2 00:39:31 PDT 2012


Revision: 96166
          https://trac.macports.org/changeset/96166
Author:   lightnin at macports.org
Date:     2012-08-02 00:39:30 -0700 (Thu, 02 Aug 2012)
Log Message:
-----------
Updated unified py*-html5lib port with new maintainer and better post-destroot.

Modified Paths:
--------------
    trunk/dports/python/py-html5lib/Portfile

Modified: trunk/dports/python/py-html5lib/Portfile
===================================================================
--- trunk/dports/python/py-html5lib/Portfile	2012-08-02 07:17:31 UTC (rev 96165)
+++ trunk/dports/python/py-html5lib/Portfile	2012-08-02 07:39:30 UTC (rev 96166)
@@ -9,8 +9,9 @@
 version             0.95
 categories          python textproc devel
 platforms           darwin
-maintainers         singingwolfboy lightnin openmaintainer
+maintainers         lightnin openmaintainer
 supported_archs     noarch
+
 description         Library for working with HTML documents
 long_description    A Python implementation of a HTML parser based on the \
                     WHATWG HTML5 specification for maximum compatibility \
@@ -29,9 +30,13 @@
 if {${subport} != ${name}} {
     depends_lib         port:py${python.version}-distribute
 
-post-destroot {
-    set docdir ${prefix}/share/doc/${subport}
-    xinstall -d ${destroot}${docdir}
-    xinstall -m 644 ${worksrcpath}/README ${destroot}${docdir}
+    post-destroot   {
+        set docdir ${prefix}/share/doc/${subport}
+        xinstall -d ${destroot}${docdir}
+        xinstall -m 644 -W ${worksrcpath} \
+            PKG-INFO \
+            README \
+            ${destroot}${docdir}
+    }
 }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120802/d00a643c/attachment.html>


More information about the macports-changes mailing list