diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-20 20:23:19 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-20 20:23:19 +0000 |
commit | e15466357228860d5901cec9a712a1a99d212e79 (patch) | |
tree | 3330155ce9fce223d44eb038432c4743269a4271 /java/eclipse/files/eclipse.in | |
parent | security/openssl: Add missing description (diff) |
java/eclipse: update to 4.15
PR: 244927
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Notes
Notes:
svn path=/head/; revision=528798
Diffstat (limited to 'java/eclipse/files/eclipse.in')
-rw-r--r-- | java/eclipse/files/eclipse.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse/files/eclipse.in b/java/eclipse/files/eclipse.in index 476350acca8a..42d2238d5ec4 100644 --- a/java/eclipse/files/eclipse.in +++ b/java/eclipse/files/eclipse.in @@ -6,4 +6,4 @@ # # $FreeBSD$ # -exec %%DATADIR%%/eclipse "$@" +JAVA_VERSION="%%JAVA_VERSION%%" exec %%DATADIR%%/eclipse "$@" |