mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
- install files in correct locations - add retrace executable - remove dead pkg-message - take maintainership
5 lines
92 B
Bash
5 lines
92 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/proguard.jar" "$@"
|