diff options
author | dirk <dirk@FreeBSD.org> | 2001-06-04 17:33:50 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-06-04 17:33:50 +0800 |
commit | 905996d46c95211bef43bd37c6ce0c6658e99f6b (patch) | |
tree | 87300132ae47883b8772ed3990d51ed6f5f6f94f /games/nethack-qt | |
parent | 1d46873d33f645a1e21faa232e6d020e963a017d (diff) | |
download | freebsd-ports-gnome-905996d46c95211bef43bd37c6ce0c6658e99f6b.tar.gz freebsd-ports-gnome-905996d46c95211bef43bd37c6ce0c6658e99f6b.tar.zst freebsd-ports-gnome-905996d46c95211bef43bd37c6ce0c6658e99f6b.zip |
POSIX syntax for chown.
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack-qt/pkg-plist b/games/nethack-qt/pkg-plist index 14dcd15afdb6..97b050819591 100644 --- a/games/nethack-qt/pkg-plist +++ b/games/nethack-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 |