[47657] trunk/dports/python

deric at macports.org deric at macports.org
Mon Mar 2 22:13:41 PST 2009


Revision: 47657
          http://trac.macports.org/changeset/47657
Author:   deric at macports.org
Date:     2009-03-02 22:13:40 -0800 (Mon, 02 Mar 2009)
Log Message:
-----------
Remove hard-coded /opt/local per ryandesign's feedback.

Modified Paths:
--------------
    trunk/dports/python/py-biggles/Portfile
    trunk/dports/python/py25-biggles/Portfile

Modified: trunk/dports/python/py-biggles/Portfile
===================================================================
--- trunk/dports/python/py-biggles/Portfile	2009-03-03 05:52:04 UTC (rev 47656)
+++ trunk/dports/python/py-biggles/Portfile	2009-03-03 06:13:40 UTC (rev 47657)
@@ -22,7 +22,7 @@
 depends_lib      lib:libplot.2.2:plotutils port:py-numpy
 
 build.target       build_ext
-build.args         -I/opt/local/include
+build.args         -I${prefix}/include
 
 post-extract {
      # edit setup.py in accordance with INSTALL so that libplot_prefix points to MacPorts prefix

Modified: trunk/dports/python/py25-biggles/Portfile
===================================================================
--- trunk/dports/python/py25-biggles/Portfile	2009-03-03 05:52:04 UTC (rev 47656)
+++ trunk/dports/python/py25-biggles/Portfile	2009-03-03 06:13:40 UTC (rev 47657)
@@ -23,7 +23,7 @@
 depends_lib      lib:libplot.2.2:plotutils port:py25-numpy
 
 build.target       build_ext
-build.args         -I/opt/local/include
+build.args         -I${prefix}/include
 
 post-extract {
      # edit setup.py in accordance with INSTALL so that libplot_prefix points to MacPorts prefix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090302/6b6a25c8/attachment-0001.html>


More information about the macports-changes mailing list