summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-09 07:04:14 +0000
committerkris <kris@FreeBSD.org>2000-03-09 07:04:14 +0000
commit307b45d5b5d64ac66c83f81477a01bdfb24db441 (patch)
tree38ca814c56e14fc86ed476ebc83c3f24af67ab14 /games
parenta3d21ce27375cbe7817f0bbe42d1868e1ac2e52b (diff)
downloadFreeBSD-ports-307b45d5b5d64ac66c83f81477a01bdfb24db441.zip
FreeBSD-ports-307b45d5b5d64ac66c83f81477a01bdfb24db441.tar.gz
Install setgid games, not setugid games:games
Not responding to emails: Maintainer
Diffstat (limited to 'games')
-rw-r--r--games/sol/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/sol/Makefile b/games/sol/Makefile
index b824a28..c6305b4 100644
--- a/games/sol/Makefile
+++ b/games/sol/Makefile
@@ -31,9 +31,9 @@ do-install:
@ ${MKDIR} ${PREFIX}/share/doc/sol
@ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/sol
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sol
- @ ${CHOWN} games:games ${PREFIX}/bin/sol
- @ ${CHOWN} games:games ${PREFIX}/share/sol/sol.score
- @ ${CHMOD} 6755 ${PREFIX}/bin/sol
+ @ ${CHOWN} root:games ${PREFIX}/bin/sol
+ @ ${CHOWN} root:games ${PREFIX}/share/sol/sol.score
+ @ ${CHMOD} 2755 ${PREFIX}/bin/sol
@ ${CHMOD} 770 ${PREFIX}/share/sol
@ ${CHMOD} 660 ${PREFIX}/share/sol/sol.score
OpenPOWER on IntegriCloud