8be024fff9
- 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)
7 lines
62 B
Bash
7 lines
62 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec ./ttt "${@}"
|