1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/tornado/pkg-install
Martin Wilke 7464c85dd5 - Update MASTER_SITES and WWW: line
- Support CC/CFLAGS properly
- Support ncurses USES macro
- Stage support

PR:		185341
Submitted by:	Ports Fury
2014-01-25 16:58:46 +00:00

8 lines
233 B
Bash

#!/bin/sh
FILE=/var/games/tornado.scores
[ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0
echo "===> Creating initial high score file $FILE"
install -o root -g games -m 664 ${PKG_PREFIX}/share/tornado/tornado.scores.init $FILE