[143811] trunk/dports/_resources/port1.0/group/java-1.0.tcl

mcalhoun at macports.org mcalhoun at macports.org
Tue Dec 22 10:15:28 PST 2015


Revision: 143811
          https://trac.macports.org/changeset/143811
Author:   mcalhoun at macports.org
Date:     2015-12-22 10:15:28 -0800 (Tue, 22 Dec 2015)
Log Message:
-----------
PortGroup java: to make PortGroup more versatile, append to environment variables instead of replacing them

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/java-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/java-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/java-1.0.tcl	2015-12-22 16:17:55 UTC (rev 143810)
+++ trunk/dports/_resources/port1.0/group/java-1.0.tcl	2015-12-22 18:15:28 UTC (rev 143811)
@@ -72,6 +72,6 @@
 
 # Set the best value we can find for JAVA_HOME
 set java_home [find_java_home]
-configure.env   JAVA_HOME=${java_home}
-build.env       JAVA_HOME=${java_home}
-destroot.env    JAVA_HOME=${java_home}
+configure.env-append   JAVA_HOME=${java_home}
+build.env-append       JAVA_HOME=${java_home}
+destroot.env-append    JAVA_HOME=${java_home}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151222/2b1748eb/attachment-0001.html>


More information about the macports-changes mailing list