[55969] trunk/dports/devel/opal/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 22 09:09:38 PDT 2009


Revision: 55969
          http://trac.macports.org/changeset/55969
Author:   ryandesign at macports.org
Date:     2009-08-22 09:09:34 -0700 (Sat, 22 Aug 2009)
Log Message:
-----------
opal: don't hard-code /opt/local

Modified Paths:
--------------
    trunk/dports/devel/opal/Portfile

Modified: trunk/dports/devel/opal/Portfile
===================================================================
--- trunk/dports/devel/opal/Portfile	2009-08-22 14:53:40 UTC (rev 55968)
+++ trunk/dports/devel/opal/Portfile	2009-08-22 16:09:34 UTC (rev 55969)
@@ -39,8 +39,8 @@
 }
 build.cmd           scons
 build.target
-build.args          extra_include_path=/opt/local/include/\
-                    extra_lib_path=/opt/local/lib\
+build.args          extra_include_path=${prefix}/include \
+                    extra_lib_path=${prefix}/lib \
                     ODE
 
 destroot.cmd        scons
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090822/3cd76549/attachment.html>


More information about the macports-changes mailing list