#!/bin/sh FILE="/var/games/sokoban" [ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0 echo "===> Creating initial high score file $FILE" dd if=/dev/zero of=$FILE bs=1 count=2 chmod 664 $FILE chown root:games $FILE ://tfcis.org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/atom/devel/py-blinker?h=main' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-blinker
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of devel/ to USES=pythonmva2014-10-211-3/+2
| | | | Approved by: portmgr (implicit)