freebsd-ports/games/ttt/files/ttt.in
Rusmir Dusko 8be024fff9 - Bump PORTREVISION
- Add master sites, change icon
- Add missing USE_AUTOTOOLS items
- Use pkg-plist instead of PLIST_FILES and PORTDATA
- Add DOCS Option
- Support STAGEDIR
- Add Desktop entry file
- Change files/ttt.in

Approved by:	pawel / wg (mentors, implicit)
2013-12-29 13:35:32 +00:00

7 lines
62 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
cd "%%DATADIR%%"
exec ./ttt "${@}"