mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
- Build jar from source - bump PORTREVISION PR: ports/166542 Submitted by: jgh Approved by: maintainer, shurd@sasktel.net Feature safe: yes
5 lines
141 B
Bash
5 lines
141 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/JBidwatcher-%%PORTVERSION%%.jar" "$@"
|