summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-07-25 17:53:58 +0000
committerSteve Price <steve@FreeBSD.org>2001-07-25 17:53:58 +0000
commitb3b9395d7226afd06dc70d5536b2dc75133d9384 (patch)
treec06aceac4546bf55d8d0763eb5832645c90fb5bd /games
parentThere's no need to strip diffstat in the post-install target since (diff)
Use user:group instead in call to chown.
Notes
Notes: svn path=/head/; revision=45481
Diffstat (limited to 'games')
-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}