summaryrefslogtreecommitdiff
path: root/games/cosmo/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-08-16 11:31:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-08-16 11:31:48 +0000
commit2808c145dffefca7be1c42de87f010f6edaf1ed6 (patch)
tree2a2a0460b1f17747f3be512cd4db6bc27d97f99b /games/cosmo/Makefile
parentDon't install directories writable to wheel (diff)
Make this setgid games and remove a world-writable file.
Notes
Notes: svn path=/head/; revision=31683
Diffstat (limited to 'games/cosmo/Makefile')
-rw-r--r--games/cosmo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile
index b41551c7bddb..31940cb14e63 100644
--- a/games/cosmo/Makefile
+++ b/games/cosmo/Makefile
@@ -26,5 +26,7 @@ NO_INSTALL_MANPAGES= yes
post-install:
${INSTALL_DATA} ${WRKSRC}/cosmorc ${PREFIX}/lib/X11/cosmo
${INSTALL_DATA} ${_DISTDIR}/moon.tif.gz ${PREFIX}/lib/X11/cosmo
+ ${CHOWN} root:games ${PREFIX}/bin/cosmo
+ ${CHMOD} g+s ${PREFIX}/bin/cosmo
.include <bsd.port.mk>