summaryrefslogtreecommitdiff
path: root/games/nethack33-qt
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/nethack33-qt
parentUpdate to version 1.3.1 (diff)
Use proper POSIX syntax for `chown'.
Notes
Notes: svn path=/head/; revision=43378
Diffstat (limited to 'games/nethack33-qt')
-rw-r--r--games/nethack33-qt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile
index bd00c19924c3..3fbc438c3ef0 100644
--- a/games/nethack33-qt/Makefile
+++ b/games/nethack33-qt/Makefile
@@ -57,7 +57,7 @@ post-install:
${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack
.endif
@ cd ${PREFIX}/lib/nethackdir; tar xzf ${DISTDIR}/${QT_SOUND}
- @ cd ${PREFIX}/lib/nethackdir; ${CHOWN} root.games *.au .nethackrc
+ @ cd ${PREFIX}/lib/nethackdir; ${CHOWN} root:games *.au .nethackrc
@ cd ${PREFIX}/lib/nethackdir; ${CHMOD} 444 *.au .nethackrc
@ ${ECHO} "-----------------------"
@ ${ECHO} "post-installation hints