mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
- Use INSTALL_DATA (rather than CP) to install files - Bump PORTREVISION (packing list has changed) PR: 97698 (follow-up) Submitted by: hq Approved by: maintainer
6 lines
128 B
Bash
6 lines
128 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" \
|
|
exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/CrossIP.jar" "${@}"
|