diff options
author | kris <kris@FreeBSD.org> | 2000-09-09 19:03:36 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-09 19:03:36 +0800 |
commit | 744786352dc2de46a1fa181782d8e416248b2ccb (patch) | |
tree | a2ec862b748aa3c887da15ca3950598a1a309a19 /games/xkobo/Makefile | |
parent | c5f336e0c40f12a3cae3c6fef534cfbb5f5ed60d (diff) | |
download | freebsd-ports-gnome-744786352dc2de46a1fa181782d8e416248b2ccb.tar.gz freebsd-ports-gnome-744786352dc2de46a1fa181782d8e416248b2ccb.tar.zst freebsd-ports-gnome-744786352dc2de46a1fa181782d8e416248b2ccb.zip |
Install setgid games
Diffstat (limited to 'games/xkobo/Makefile')
-rw-r--r-- | games/xkobo/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index fcbac6235d05..42986339af43 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -18,4 +18,9 @@ USE_IMAKE= yes ALL_TARGET= xkobo MAN1= xkobo.1 +post-install: + ${CHMOD} u-s,g+s ${PREFIX}/bin/xkobo + ${CHOWN} root:games ${PREFIX}/bin/xkobo + ${CHMOD} 775 ${PREFIX}/lib/X11/xkobo-scores + .include <bsd.port.mk> |