mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
4 lines
122 B
Bash
4 lines
122 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
JAVA_VERSION="%%JAVA_VERSION%%" \
|
|
exec "%%LOCALBASE%%/bin/java" -jar %%DATADIR%%/%%DRJAVAJAR%% "$@"
|