mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
- Add a new launcher shell script: 'jlex' - Update pkg-message accordingly and bump PORTREVISION
5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
"%%LOCALBASE%%/bin/java" -cp "%%JAVAJARDIR%%/jlex.jar" JLex.Main "$@"
|