summaryrefslogtreecommitdiff
path: root/games/xkobo
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-07 01:21:48 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-07 01:21:48 +0000
commit14b6ef00a22d72ac785e8885a89af39e5e6be281 (patch)
tree552484cfac00de7741d51075db1b1d0ce8ea208f /games/xkobo
parentNew Ports: print/cups (diff)
Allow xkobo to modify its score files by changing the group to games.
Submitted by: Espen Skoglund <esk@ira.uka.de>
Notes
Notes: svn path=/head/; revision=36875
Diffstat (limited to 'games/xkobo')
-rw-r--r--games/xkobo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile
index 42986339af43..537b9f5ea9c2 100644
--- a/games/xkobo/Makefile
+++ b/games/xkobo/Makefile
@@ -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>