[23407] trunk/dports/lang/swi-prolog/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Fri Mar 30 22:56:52 PDT 2007
Revision: 23407
http://trac.macosforge.org/projects/macports/changeset/23407
Author: ryandesign at macports.org
Date: 2007-03-30 22:56:52 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
In r23391 gwright undid pipping's fix from r23154 to fix the hardcoded /opt/local paths. Re-applying the fixes from r23154.
Modified Paths:
--------------
trunk/dports/lang/swi-prolog/Portfile
Modified: trunk/dports/lang/swi-prolog/Portfile
===================================================================
--- trunk/dports/lang/swi-prolog/Portfile 2007-03-31 05:14:03 UTC (rev 23406)
+++ trunk/dports/lang/swi-prolog/Portfile 2007-03-31 05:56:52 UTC (rev 23407)
@@ -42,17 +42,17 @@
distname pl-${version}
-configure.env LIBRARY_PATH=/opt/local/lib \
- CPATH=/opt/local/include \
- JUNIT=/opt/local/share/java/junit.jar
+configure.env LIBRARY_PATH=${prefix}/lib \
+ CPATH=${prefix}/include \
+ JUNIT=${prefix}/share/java/junit.jar
configure.args --prefix=${prefix} \
--mandir=${prefix}/share/man \
--with-world
-build.env LIBRARY_PATH=/opt/local/lib \
- CPATH=/opt/local/include \
- JUNIT=/opt/local/share/java/junit.jar
+build.env LIBRARY_PATH=${prefix}/lib \
+ CPATH=${prefix}/include \
+ JUNIT=${prefix}/share/java/junit.jar
default_variants +mt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070330/ef3dc391/attachment.html
More information about the macports-changes
mailing list