[86414] trunk/dports/python/py-xdg/Portfile

jmr at macports.org jmr at macports.org
Tue Oct 25 06:17:39 PDT 2011


Revision: 86414
          http://trac.macports.org/changeset/86414
Author:   jmr at macports.org
Date:     2011-10-25 06:17:38 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
py-xdg: fix stub

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

Modified: trunk/dports/python/py-xdg/Portfile
===================================================================
--- trunk/dports/python/py-xdg/Portfile	2011-10-25 11:24:12 UTC (rev 86413)
+++ trunk/dports/python/py-xdg/Portfile	2011-10-25 13:17:38 UTC (rev 86414)
@@ -40,12 +40,12 @@
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-gobject \
                         port:py${python.version}-numeric
-}
 
-build.env       LDFLAGS=-L${prefix}/lib
+    build.env       LDFLAGS=-L${prefix}/lib
 
-post-patch {
-    reinplace "s|@PREFIX@|$prefix|" ${worksrcpath}/setup.py
+    post-patch {
+        reinplace "s|@PREFIX@|$prefix|" ${worksrcpath}/setup.py
+    }
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/1751670f/attachment.html>


More information about the macports-changes mailing list