SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
9
devel/javahelp/files/jhindexer
Normal file
9
devel/javahelp/files/jhindexer
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
JAVACMD=$(javaPathHelper -c javahelp)
|
||||
|
||||
if [ -z "${JAVACMD}" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exec ${JAVACMD} -jar ${TRUEPREFIX}/share/java/classes/javahelp/bin/jhindexer.jar "$@"
|
Loading…
Add table
Add a link
Reference in a new issue