ports/graphics/cbviewer/files/cbviewer.in
Rusmir Dusko ed62b45ca4 - Change Makefile header, use my name and @FreeBSD.org email
- Add USES dos2unix
- Change files/cbviewer.in, remove -Djava.ext.dirs="%%DATADIR%%"
2014-03-23 17:19:09 +00:00

9 lines
158 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
export JAVA_VERSION="%%JAVA_VERSION%%"
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
-jar "%%DATADIR%%/CBViewer.jar" "${@}"