diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-03-09 12:46:31 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-03-09 12:46:31 +0000 |
commit | ca29f2e262f517f47c9dbe44302280e0777694bc (patch) | |
tree | 28015aa2c8c350b018e7f415588fd5689c471b31 /games/xshisen | |
parent | 15c668c8e0a626a142ca036b95d8a16b524398e4 (diff) |
Notes
Diffstat (limited to 'games/xshisen')
-rw-r--r-- | games/xshisen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index 158aa2db99f7..e8efa2fbf922 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -26,9 +26,9 @@ MANLANG= "" ja MAN6= xshisen.6 post-install: - @${CHOWN} games:games ${PREFIX}/bin/xshisen + @${CHOWN} root:games ${PREFIX}/bin/xshisen @${CHMOD} 2555 ${PREFIX}/bin/xshisen - @${CHOWN} games:games ${PREFIX}/lib/X11/xshisen/xshisen-scores + @${CHOWN} root:games ${PREFIX}/lib/X11/xshisen/xshisen-scores @${CHMOD} 0660 ${PREFIX}/lib/X11/xshisen/xshisen-scores ${INSTALL_MAN} ${WRKSRC}/xshisen.man ${PREFIX}/man/man6/xshisen.6 @${PREFIX}/bin/xshisen -KCONV jis < ${WRKSRC}/xshisen.jman-jis \ |