summaryrefslogtreecommitdiff
path: root/java/eclipse-ecj/files
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-03-21 00:51:25 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-03-21 00:51:25 +0000
commit773538423a486ff897875a77219d4aea90538dbc (patch)
tree9e1c745b26015fb4b34ce6734a1c3e7f335e4922 /java/eclipse-ecj/files
parentFix issue preventing successful installation on hosts with certain hostnames. (diff)
- Rename jar based on version
- Tweak ecj.sh to handle version and compilation - bump PORTREVISION Submitted by: jkim@, glewis@, pitpalme+unix@gmail.com (emails) Feature safe: yes
Diffstat (limited to 'java/eclipse-ecj/files')
-rw-r--r--java/eclipse-ecj/files/ecj.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-ecj/files/ecj.sh.in b/java/eclipse-ecj/files/ecj.sh.in
index 9fe6061baabd..825e0a840bb8 100644
--- a/java/eclipse-ecj/files/ecj.sh.in
+++ b/java/eclipse-ecj/files/ecj.sh.in
@@ -1,3 +1,3 @@
#!/bin/sh
-%%JAVAC%% -classpath %%JAVAJARDIR%%/ecj.jar $1
+%%LOCALBASE%%/bin/java -classpath %%JAVAJARDIR%%/ecj-%%PORTVERSION%%.jar org.eclipse.jdt.internal.compiler.batch.Main ${@:--help}