mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
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)
8 lines
62 B
Bash
8 lines
62 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec ./ttt "${@}"
|