summaryrefslogtreecommitdiff
path: root/games/xrot/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-06-01 06:05:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-06-01 06:05:18 +0000
commit90eb686abd90a105ace72b3e120053c4157a0cd4 (patch)
tree7db1074b061c221458953dd6fceb631f8d8ef044 /games/xrot/Makefile
parentUpdate to version 1.3.1 (diff)
Use proper POSIX syntax for `chown'.
Notes
Notes: svn path=/head/; revision=43378
Diffstat (limited to 'games/xrot/Makefile')
-rw-r--r--games/xrot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xrot/Makefile b/games/xrot/Makefile
index 6a9e139fc9ff..f2d47182111f 100644
--- a/games/xrot/Makefile
+++ b/games/xrot/Makefile
@@ -24,7 +24,7 @@ post-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xrot ${PREFIX}/bin
- ${CHOWN} root.games ${PREFIX}/bin/xrot
+ ${CHOWN} root:games ${PREFIX}/bin/xrot
${CHMOD} g+s ${PREFIX}/bin/xrot
${SH} pkg-install ${PKGNAME} POST-INSTALL