mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
e5f3fd7b6e
- Use javavmwrapper in the launcher - Use SUB_FILES to configure the launcher shell script - Install in DATADIR=${JAVASHAREDIR}/${PORTNAME} - Honor hier: install documentation in ${DOCSDIR} - Honor ${PORTDOCS} - Bump PORTREVISION due to file path changes - Add $FreeBSD$ tags
5 lines
125 B
Bash
5 lines
125 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/bin/ApacheJMeter.jar" "$@"
|