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 | |
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')
-rw-r--r-- | games/gnomebreakout/files/patch-aa | 2 | ||||
-rw-r--r-- | games/nethack-qt/pkg-plist | 2 | ||||
-rw-r--r-- | games/nethack/pkg-plist | 2 | ||||
-rw-r--r-- | games/nethack32/pkg-plist | 2 | ||||
-rw-r--r-- | games/nethack33-qt/pkg-plist | 2 | ||||
-rw-r--r-- | games/nethack34-qt/pkg-plist | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/games/gnomebreakout/files/patch-aa b/games/gnomebreakout/files/patch-aa index fa9789454f61..d1de0efb9613 100644 --- a/games/gnomebreakout/files/patch-aa +++ b/games/gnomebreakout/files/patch-aa @@ -8,7 +8,7 @@ $FreeBSD$ -$(mkinstalldirs) $(DESTDIR)$(scoredir) -touch $(DESTDIR)$(scoredir)/gnome-breakout.scores - -chown games.games $(DESTDIR)$(scoredir)/gnome-breakout.scores -+ -chown root.games $(DESTDIR)$(scoredir)/gnome-breakout.scores ++ -chown root:games $(DESTDIR)$(scoredir)/gnome-breakout.scores -chmod 0664 $(DESTDIR)$(scoredir)/gnome-breakout.scores -chgrp games $(DESTDIR)$(bindir)/gnome-breakout && chmod 2755 $(DESTDIR)$(bindir)/gnome-breakout 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 diff --git a/games/nethack/pkg-plist b/games/nethack/pkg-plist index adcec9cf84f8..1e984269a5cd 100644 --- a/games/nethack/pkg-plist +++ b/games/nethack/pkg-plist @@ -3,7 +3,7 @@ share/nethack/nethack @exec mkdir %D/share/nethack/save @exec chmod -R 775 %D/share/nethack @exec chmod 2755 %D/share/nethack/nethack -@exec chown games.games %D/share/nethack/save +@exec chown games:games %D/share/nethack/save @unexec rm -rf %D/share/nethack/save share/doc/nethack/Guidebook.txt share/nethack/pet_mark.xbm diff --git a/games/nethack32/pkg-plist b/games/nethack32/pkg-plist index adcec9cf84f8..1e984269a5cd 100644 --- a/games/nethack32/pkg-plist +++ b/games/nethack32/pkg-plist @@ -3,7 +3,7 @@ share/nethack/nethack @exec mkdir %D/share/nethack/save @exec chmod -R 775 %D/share/nethack @exec chmod 2755 %D/share/nethack/nethack -@exec chown games.games %D/share/nethack/save +@exec chown games:games %D/share/nethack/save @unexec rm -rf %D/share/nethack/save share/doc/nethack/Guidebook.txt share/nethack/pet_mark.xbm 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 diff --git a/games/nethack34-qt/pkg-plist b/games/nethack34-qt/pkg-plist index 14dcd15afdb6..97b050819591 100644 --- a/games/nethack34-qt/pkg-plist +++ b/games/nethack34-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 |