diff options
author | steve <steve@FreeBSD.org> | 2001-07-26 01:53:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-07-26 01:53:58 +0800 |
commit | 0538f5f90283dfc1410e5bc9f1d9bfdd2382e7e6 (patch) | |
tree | a1948ae3f9f5f11a32582789ebf01736796b78aa /games | |
parent | c5151c7af59e61cbc9763f90bef8c48044530865 (diff) | |
download | freebsd-ports-gnome-0538f5f90283dfc1410e5bc9f1d9bfdd2382e7e6.tar.gz freebsd-ports-gnome-0538f5f90283dfc1410e5bc9f1d9bfdd2382e7e6.tar.zst freebsd-ports-gnome-0538f5f90283dfc1410e5bc9f1d9bfdd2382e7e6.zip |
Use user:group instead in call to chown.
Diffstat (limited to 'games')
-rw-r--r-- | games/fsgs/Makefile | 2 |
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} |