[38136] trunk/dports/java/eclipse-ecj32

ryandesign at macports.org ryandesign at macports.org
Mon Jul 7 22:24:22 PDT 2008


Revision: 38136
          http://trac.macosforge.org/projects/macports/changeset/38136
Author:   ryandesign at macports.org
Date:     2008-07-07 22:24:22 -0700 (Mon, 07 Jul 2008)
Log Message:
-----------
eclipse-ecj32: r35799 broke the port again when the prefix is not /opt/local. Fixing again.

Modified Paths:
--------------
    trunk/dports/java/eclipse-ecj32/Portfile
    trunk/dports/java/eclipse-ecj32/files/ecj.in

Modified: trunk/dports/java/eclipse-ecj32/Portfile
===================================================================
--- trunk/dports/java/eclipse-ecj32/Portfile	2008-07-08 01:23:48 UTC (rev 38135)
+++ trunk/dports/java/eclipse-ecj32/Portfile	2008-07-08 05:24:22 UTC (rev 38136)
@@ -4,7 +4,7 @@
 
 name                    eclipse-ecj32
 version                 3.2.2-200702121330
-revision                3
+revision                4
 categories              java
 maintainers             gmail.com:mvfranz openmaintainer
 platforms               darwin

Modified: trunk/dports/java/eclipse-ecj32/files/ecj.in
===================================================================
--- trunk/dports/java/eclipse-ecj32/files/ecj.in	2008-07-08 01:23:48 UTC (rev 38135)
+++ trunk/dports/java/eclipse-ecj32/files/ecj.in	2008-07-08 05:24:22 UTC (rev 38136)
@@ -2,5 +2,5 @@
 # add the compiler to the classpath and then use the default java 
 # implementation.  If the user wants to change the version of java
 # they can define what 'java' resolves to.
-CLASSPATH=/opt/local/share/java/eclipse-ecj.jar${CLASSPATH:+:}$CLASSPATH \
+CLASSPATH=@PREFIX@/share/java/eclipse-ecj.jar${CLASSPATH:+:}$CLASSPATH \
 java org.eclipse.jdt.internal.compiler.batch.Main "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080707/2e650b70/attachment.html 


More information about the macports-changes mailing list