summaryrefslogtreecommitdiff
path: root/games/xbat
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-08-26 04:55:28 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-08-26 04:55:28 +0000
commitfcf1d194ca85745ca35d85c0844043fe3b31a411 (patch)
treec9a67be8b0a69741635456659c3eb376d5b14d42 /games/xbat
parentFix for world-wide writable. (diff)
Fix for world-writable.
Submitted by: Kris Kennaway <kris@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=31985
Diffstat (limited to 'games/xbat')
-rw-r--r--games/xbat/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/xbat/Makefile b/games/xbat/Makefile
index 1f41a521953d..2fb5a48a44c1 100644
--- a/games/xbat/Makefile
+++ b/games/xbat/Makefile
@@ -19,4 +19,11 @@ USE_IMAKE= yes
WRKSRC= ${WRKDIR}/Xev111
ALL_TARGET= xbat
+post-install:
+ ${CHOWN} root:games ${PREFIX}/bin/xbat
+ ${CHMOD} 2755 ${PREFIX}/bin/xbat
+ ${CHOWN} -R root:games ${PREFIX}/lib/X11/Xbat/Score/
+ ${CHMOD} 664 ${PREFIX}/lib/X11/Xbat/Score/*
+ ${CHMOD} 755 ${PREFIX}/lib/X11/Xbat/Score/
+
.include <bsd.port.mk>