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

ryandesign at macports.org ryandesign at macports.org
Wed Aug 1 19:55:20 PDT 2012


Revision: 96148
          https://trac.macports.org/changeset/96148
Author:   ryandesign at macports.org
Date:     2012-08-01 19:55:19 -0700 (Wed, 01 Aug 2012)
Log Message:
-----------
py-html5lib: fix installation of stub port

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

Modified: trunk/dports/python/py-html5lib/Portfile
===================================================================
--- trunk/dports/python/py-html5lib/Portfile	2012-08-02 02:45:54 UTC (rev 96147)
+++ trunk/dports/python/py-html5lib/Portfile	2012-08-02 02:55:19 UTC (rev 96148)
@@ -28,10 +28,10 @@
 
 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}
 }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120801/2265e6ca/attachment.html>


More information about the macports-changes mailing list