[40103] trunk/dports/python/py25-libmemcached/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 20 13:02:54 PDT 2008


Revision: 40103
          http://trac.macports.org/changeset/40103
Author:   ryandesign at macports.org
Date:     2008-09-20 13:02:54 -0700 (Sat, 20 Sep 2008)
Log Message:
-----------
py25-libmemcached: don't hardcode /opt/local; use ${prefix}

Modified Paths:
--------------
    trunk/dports/python/py25-libmemcached/Portfile

Modified: trunk/dports/python/py25-libmemcached/Portfile
===================================================================
--- trunk/dports/python/py25-libmemcached/Portfile	2008-09-20 19:51:42 UTC (rev 40102)
+++ trunk/dports/python/py25-libmemcached/Portfile	2008-09-20 20:02:54 UTC (rev 40103)
@@ -23,7 +23,7 @@
 patchfiles          patch-setup.py.diff
 
 configure {
-    reinplace "s|/usr/local|/opt/local|g" ${worksrcpath}/setup.py
+    reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/setup.py
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080920/24d9ffc0/attachment.html 


More information about the macports-changes mailing list