[67040] trunk/dports/python/py26-blist/Portfile

stromnov at macports.org stromnov at macports.org
Tue Apr 27 13:16:17 PDT 2010


Revision: 67040
          http://trac.macports.org/changeset/67040
Author:   stromnov at macports.org
Date:     2010-04-27 13:16:15 -0700 (Tue, 27 Apr 2010)
Log Message:
-----------
py26-blist: fix egg-info generation

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

Modified: trunk/dports/python/py26-blist/Portfile
===================================================================
--- trunk/dports/python/py26-blist/Portfile	2010-04-27 19:51:57 UTC (rev 67039)
+++ trunk/dports/python/py26-blist/Portfile	2010-04-27 20:16:15 UTC (rev 67040)
@@ -6,7 +6,7 @@
 
 name                py26-blist
 version             1.1.1
-revision            1
+revision            2
 categories          python
 platforms           darwin
 
@@ -23,6 +23,10 @@
 
 depends_lib-append  port:py26-distribute
 
+post-patch {
+    file delete -force ${worksrcpath}/blist.egg-info
+}
+
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} README.rst LICENSE ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100427/fa411e48/attachment.html>


More information about the macports-changes mailing list