--- 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
}