summaryrefslogtreecommitdiff
path: root/games/xboing
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-09 11:03:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-09 11:03:36 +0000
commit760254ff8ceb1bbf97c204004b415e4339d6d16e (patch)
tree31b72b729ece734b102692144935316eb73da7d8 /games/xboing
parentCorrectly remove directories on deinstall (diff)
Install setgid games
Notes
Notes: svn path=/head/; revision=32463
Diffstat (limited to 'games/xboing')
-rw-r--r--games/xboing/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile
index 4bc90e7be192..fd308e316192 100644
--- a/games/xboing/Makefile
+++ b/games/xboing/Makefile
@@ -22,4 +22,10 @@ USE_XPM= yes
WRKSRC= ${WRKDIR}/xboing
MAN1= xboing.1
+post-install:
+ ${CHOWN} root:games ${PREFIX}/bin/xboing
+ ${CHMOD} 2755 ${PREFIX}/bin/xboing
+ ${CHOWN} root:games ${PREFIX}/lib/X11/xboing/.xboing.scr
+ ${CHMOD} 664 ${PREFIX}/lib/X11/xboing/.xboing.scr
+
.include <bsd.port.mk>