diff options
Diffstat (limited to 'games/xkobo/Makefile')
-rw-r--r-- | games/xkobo/Makefile | 2 |
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> |