mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
e351a16dd1
While here: - Document the license - simplify the plist to enforce the games group on the binary - use @postexec instead of @exec
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
@(,games,) bin/bsdtris
|
|
man/man6/bsdtris.6.gz
|
|
@postexec touch /var/games/bsdtris.scores ; chmod 664 /var/games/bsdtris.scores ; chgrp games /var/games/bsdtris.scores
|
|
@rmempty /var/games/bsdtris.scores
|