mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
677401496a
- Improve launcher shell script (switch to javavmwrapper 2.0) - Dynamic plist - Install in DATADIR=${JAVASHAREDIR}/${PORTNAME} - Bump PORTREVISION
8 lines
122 B
Bash
8 lines
122 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
|
|
( cd "%%DATADIR%%" && \
|
|
"%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/ArtOfIllusion.jar" "${@}" )
|