freebsd-ports/graphics/jave6/files/jave6.in
Jason E. Hale 4a145e0e7e - Support staging
- Extract to subdir and simplify installation
- Move startup script to files/jave6.in instead of making it in the Makefile
- Move post-install message to files/pkg-message.in
- Bump PORTREVISION

PR:		191351
Submitted by:	myself
Approved by:	maintainer timeout (5 weeks)
2014-08-02 12:49:17 +00:00

5 lines
122 B
Bash

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