- Change maintainer email to @FreeBSD.org - Remove dependency for graphics/netpbm - Change USE_PYTHON=yes to USE_PYTHON=2.7 - Use pkg-plist instead of PLIST_FILES, PLIST_DIRS and PORTDATA - Support STAGEDIR - Add DOCS Option - Change files/tuxfighter.in Approved by: pawel / wg (mentors, implicit)
7 lines
78 B
Bash
7 lines
78 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec %%PYTHON_CMD%% ./zephulor.py
|