f585416687
- Fix dynamic plist creation where all JAVASHAREDIR would be listed (and thus removed with the port) (!) - Use SUB_LIST and tweak the launcher shell script - Move displayed information into pkg-message - Use DATADIR=${JAVASHAREDIR}/${PORTNAME}
7 lines
183 B
Bash
7 lines
183 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
# Java heap size, in megabytes
|
|
JAVA_HEAP_SIZE=32
|
|
|
|
JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar "%%DATADIR%%/jedit.jar" "$@"
|