mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8e9facf25e
- changed LICENSE (GPLv2) - changed to OptionsNG - Use PLIST_FILES instead of pkg_plist due to short package list - Give maintainership to submitter PR: ports/170995 Submitted by: nemysis <nemysis@gmx.ch>
8 lines
83 B
Bash
8 lines
83 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
echo "Tic Tac Toe: Starting up..."
|
|
cd "%%DATADIR%%"
|
|
./ttt
|