Allow xkobo to modify its score files by changing the group to games.

Submitted by:	Espen Skoglund <esk@ira.uka.de>
This commit is contained in:
Will Andrews 2001-01-07 01:21:48 +00:00
parent 1d4001f272
commit 14b6ef00a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36875

View file

@ -20,7 +20,7 @@ MAN1= xkobo.1
post-install:
${CHMOD} u-s,g+s ${PREFIX}/bin/xkobo
${CHOWN} root:games ${PREFIX}/bin/xkobo
${CHOWN} root:games ${PREFIX}/bin/xkobo ${PREFIX}/lib/X11/xkobo-scores
${CHMOD} 775 ${PREFIX}/lib/X11/xkobo-scores
.include <bsd.port.mk>