py-cairo: fix path in Leopard patch (#37247)
--- trunk/dports/python/py-cairo/Portfile 2012-12-09 10:29:03 UTC (rev 100357)
+++ trunk/dports/python/py-cairo/Portfile 2012-12-09 10:32:16 UTC (rev 100358)
@@ -51,7 +51,7 @@
platform darwin 9 {
post-patch {
- reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/cairo/Makefile.in
+ reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/src/Makefile.in
}
}