mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- Change master sites - Change maintainer email to @FreeBSD.org - Support STAGEDIR - Add build - Change files/tuxfighter.in - Change pkg-message - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit)
7 lines
89 B
Bash
7 lines
89 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec %%PYTHON_CMD%% ./TuxFighter54.py "${@}"
|