summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/fsgs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fsgs/Makefile b/games/fsgs/Makefile
index 0419e6eaf341..0c4fa85f390e 100644
--- a/games/fsgs/Makefile
+++ b/games/fsgs/Makefile
@@ -19,7 +19,7 @@ do-install:
${CP} -Rp ${WRKDIR}/opt/fsgs ${PREFIX}/fsgs
${CP} ${WRKDIR}/release/fsgs ${PREFIX}/fsgs/fsgs
${CP} ${WRKDIR}/release/fsgs_static ${PREFIX}/fsgs/fsgs_static
- ${CHOWN} -R games.games ${PREFIX}/fsgs
+ ${CHOWN} -R games:games ${PREFIX}/fsgs
${CHMOD} 4711 ${PREFIX}/fsgs/fsgs ${PREFIX}/fsgs/fsgs_static
${INSTALL_SCRIPT} ${FILESDIR}/fsgs.sh ${PREFIX}/etc/rc.d/fsgs.sh
@${CAT} ${PKGMESSAGE}