mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
- 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@)
5 lines
122 B
Bash
5 lines
122 B
Bash
#!/bin/sh
|
|
|
|
export JAVA_VERSION=%%JAVA_VER%%
|
|
|
|
exec java -cp %%JAVALIBDIR%%/jhall.jar com.sun.java.help.search.Indexer "$@"
|