mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
4 lines
155 B
Bash
4 lines
155 B
Bash
#! /bin/sh
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/%%INSTALL_JAR%%" -jar %%JAVAJARDIR%%/%%INSTALL_JAR%% "$@"
|
|
|