mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
- Improve launcher shell script (switch to javavmwrapper 2.0) - Dynamic plist - Install in DATADIR=${JAVASHAREDIR}/${PORTNAME} - Bump PORTREVISION
7 lines
122 B
Bash
7 lines
122 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
|
|
( cd "%%DATADIR%%" && \
|
|
"%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/ArtOfIllusion.jar" "${@}" )
|