[81327] trunk/dports/python/py-blist/Portfile

stromnov at macports.org stromnov at macports.org
Fri Jul 29 04:07:58 PDT 2011


Revision: 81327
          http://trac.macports.org/changeset/81327
Author:   stromnov at macports.org
Date:     2011-07-29 04:07:57 -0700 (Fri, 29 Jul 2011)
Log Message:
-----------
py-blist: fix py24-blist subport

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

Modified: trunk/dports/python/py-blist/Portfile
===================================================================
--- 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
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110729/6735f6d2/attachment.html>


More information about the macports-changes mailing list