freebsd-ports/dns/crossip/files/crossip.sh.in
Herve Quiroz f041b3c528 - Install only JAR file and LICENSE/README files
- 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
2006-05-24 14:15:11 +00:00

6 lines
128 B
Bash

#!/bin/sh
#
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" \
exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/CrossIP.jar" "${@}"