diff options
author | dirk <dirk@FreeBSD.org> | 2001-06-04 09:33:50 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-06-04 09:33:50 +0000 |
commit | 905996d46c95211bef43bd37c6ce0c6658e99f6b (patch) | |
tree | 87300132ae47883b8772ed3990d51ed6f5f6f94f /games/gnomebreakout | |
parent | 1d46873d33f645a1e21faa232e6d020e963a017d (diff) | |
download | FreeBSD-ports-905996d46c95211bef43bd37c6ce0c6658e99f6b.zip FreeBSD-ports-905996d46c95211bef43bd37c6ce0c6658e99f6b.tar.gz |
POSIX syntax for chown.
Diffstat (limited to 'games/gnomebreakout')
-rw-r--r-- | games/gnomebreakout/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnomebreakout/files/patch-aa b/games/gnomebreakout/files/patch-aa index fa97894..d1de0ef 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 |