mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
6 lines
127 B
Bash
6 lines
127 B
Bash
#!/bin/sh
|
|
|
|
export LC_ALL=en_US.UTF-8
|
|
|
|
%%JAVA%% -jar %%JAVAJARDIR%%/%%PORTNAME%%-%%PORTVERSION%%-jar-with-dependencies.jar "$@"
|