mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4aff09b21a
PR: ports/105244 Submitted by: Nicola Vitale (maintainer)
5 lines
122 B
Bash
5 lines
122 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
JAVA_VERSION="%%JAVA_VERSION%%" \
|
|
exec "%%LOCALBASE%%/bin/java" -jar %%DATADIR%%/%%DRJAVAJAR%% "$@"
|