mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cc4d718dcf
Note that scores file moves from $PREFIX/var/games to /var/games PR: 192691 Submitted by: Christian Mangin Improvements: marino
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
@group games
|
|
bin/bsdtris
|
|
@group
|
|
man/man6/bsdtris.6.gz
|
|
@exec touch /var/games/bsdtris.scores ; chmod 664 /var/games/bsdtris.scores ; chgrp games /var/games/bsdtris.scores
|
|
@unexec if test ! -s /var/games/bsdtris.scores; then rm -f /var/games/bsdtris.scores; fi
|