mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
1f50f7f2b8
- Convert to optionsNG - Trim leading article from COMMENT - Cleanups, overhaul installation - Sort pkg-plist - Bump PORTREVISION PR: ports/172331 Submitted by: nemysis <nemysis@gmx.ch> Approved by: maintainer timeout (months)
9 lines
185 B
Bash
9 lines
185 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
|
|
-Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/VoxCore.jar" "${@}"
|