diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-02-08 10:39:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-02-08 10:39:20 +0000 |
commit | 6d7915d18b694b4f0e47b27550b49a42d4c82659 (patch) | |
tree | dfc9e914dec9343053dbc023c66a141d9aeb2278 /games/gnomebreakout/files | |
parent | 7bcde8600bf47595adb9a5bbf5a29f8573c6c005 (diff) | |
download | FreeBSD-ports-6d7915d18b694b4f0e47b27550b49a42d4c82659.zip FreeBSD-ports-6d7915d18b694b4f0e47b27550b49a42d4c82659.tar.gz |
Update to 0.5.
Diffstat (limited to 'games/gnomebreakout/files')
-rw-r--r-- | games/gnomebreakout/files/patch-aa | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/games/gnomebreakout/files/patch-aa b/games/gnomebreakout/files/patch-aa index f50b6b9..fa97894 100644 --- a/games/gnomebreakout/files/patch-aa +++ b/games/gnomebreakout/files/patch-aa @@ -1,13 +1,14 @@ ---- Makefile.in.orig Tue Apr 18 19:05:53 2000 -+++ Makefile.in Sat Sep 2 04:04:58 2000 -@@ -422,8 +422,8 @@ + +$FreeBSD$ + +--- Makefile.in.orig Thu Feb 8 12:20:37 2001 ++++ Makefile.in Thu Feb 8 12:21:38 2001 +@@ -446,7 +446,7 @@ install-data-local: -$(mkinstalldirs) $(DESTDIR)$(scoredir) -touch $(DESTDIR)$(scoredir)/gnome-breakout.scores - -chown games.games $(DESTDIR)$(scoredir)/gnome-breakout.scores -- -chmod 0644 $(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 2111 $(DESTDIR)$(bindir)/gnome-breakout + -chmod 0664 $(DESTDIR)$(scoredir)/gnome-breakout.scores + -chgrp games $(DESTDIR)$(bindir)/gnome-breakout && chmod 2755 $(DESTDIR)$(bindir)/gnome-breakout - # Tell versions [3.59,3.63) of GNU make to not export all variables. |