diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-04 09:33:50 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-04 09:33:50 +0000 |
commit | d284a66d6971980c7174701b30159bf6a9486da7 (patch) | |
tree | 0067aa60413d8b6c31d06b9bb02f19bdfcce944c /games/nethack33-qt | |
parent | Upgrade to 1.1.6.2 (i. e. include patch-1.1.6fix2). (diff) |
POSIX syntax for chown.
Notes
Notes:
svn path=/head/; revision=43480
Diffstat (limited to '')
-rw-r--r-- | games/nethack33-qt/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33-qt/pkg-plist b/games/nethack33-qt/pkg-plist index 14dcd15afdb6..97b050819591 100644 --- a/games/nethack33-qt/pkg-plist +++ b/games/nethack33-qt/pkg-plist @@ -1,7 +1,7 @@ bin/nethack @exec mkdir %D/lib/nethackdir/save @exec chmod 775 %D/lib/nethackdir/save -@exec chown games.games %D/lib/nethackdir/save +@exec chown games:games %D/lib/nethackdir/save lib/nethackdir/.nethackrc lib/nethackdir/A-filla.lev lib/nethackdir/A-fillb.lev |