[89051] trunk/dports/python/py-zc-buildout/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 18 13:56:37 PST 2012


Revision: 89051
          http://trac.macports.org/changeset/89051
Author:   ryandesign at macports.org
Date:     2012-01-18 13:56:35 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
py-zc-buildout: fix stub port by not running the post-destroot block there

Modified Paths:
--------------
    trunk/dports/python/py-zc-buildout/Portfile

Modified: trunk/dports/python/py-zc-buildout/Portfile
===================================================================
--- trunk/dports/python/py-zc-buildout/Portfile	2012-01-18 21:44:45 UTC (rev 89050)
+++ trunk/dports/python/py-zc-buildout/Portfile	2012-01-18 21:56:35 UTC (rev 89051)
@@ -26,7 +26,6 @@
 
 if {$name != $subport} {
     depends_lib-append      port:py${python.version}-distribute
-}
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${subport}
     xinstall -d ${docdir}
@@ -40,3 +39,4 @@
     delete ${destroot}${prefix}/README.txt 
     system "chmod -R 755 ${destroot}${python.pkgd}"
 }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/38221929/attachment.html>


More information about the macports-changes mailing list