1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
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

8 lines
62 B
Bash

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