diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2019-11-04 12:52:46 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2019-11-04 12:52:46 +0000 |
commit | 46b2d58c158dbd6b25b54a2dfe3c2eb5faa9d548 (patch) | |
tree | 48371c12a4854e8f892a780be121de1e86fec308 /java/javahelp/files/jhindexer.in | |
parent | print/hplip: Update to 3.19.10 (diff) |
java/javahelp:
- Update to the final commit from official GitHub repo
- Build from sources, don't bother to install docs and examples
- Add LICENSE
- Update WWW
PR: 241318
Submitted by: Mikhail Teterin (mi@)
Diffstat (limited to 'java/javahelp/files/jhindexer.in')
-rw-r--r-- | java/javahelp/files/jhindexer.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/javahelp/files/jhindexer.in b/java/javahelp/files/jhindexer.in new file mode 100644 index 000000000000..59ee27424484 --- /dev/null +++ b/java/javahelp/files/jhindexer.in @@ -0,0 +1,5 @@ +#!/bin/sh + +export JAVA_VERSION=%%JAVA_VER%% + +exec java -cp %%JAVALIBDIR%%/jhall.jar com.sun.java.help.search.Indexer "$@" |