Revision
81327
Author
stromnov@macports.org
Date
2011-07-29 04:07:57 -0700 (Fri, 29 Jul 2011)

Log Message

py-blist: fix py24-blist subport

Modified Paths

Diff

Modified: trunk/dports/python/py-blist/Portfile (81326 => 81327)


--- trunk/dports/python/py-blist/Portfile	2011-07-29 11:05:41 UTC (rev 81326)
+++ trunk/dports/python/py-blist/Portfile	2011-07-29 11:07:57 UTC (rev 81327)
@@ -31,7 +31,9 @@
     depends_lib     port:py-setuptools
 } elseif {$subport != $name} {
     depends_lib     port:py${python.version}-distribute
+}
 
+if {$subport != $name} {
     post-patch {
         file delete -force ${worksrcpath}/blist.egg-info
     }