mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
4ed44ba015
- Add master sites and icons - Pass maintainership to submitter - Add license (GPLv2) - Use pkg-plist instead of PLIST_FILES - Change docs and add DOCS Option - Add Desktop entry file Approved by: wg/pawel (mentors)
10 lines
186 B
Bash
10 lines
186 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
|
|
-Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/venice.jar" "${@}"
|