4a145e0e7e
- 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)
5 lines
122 B
Bash
5 lines
122 B
Bash
#!/bin/sh
|
|
|
|
export JAVA_VERSION="%%JAVA_VERSION%%"
|
|
|
|
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -jar jave.jar "${@}"
|