summaryrefslogtreecommitdiff
path: root/games/gnome-breakout/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz>2001-08-01 18:19:11 +0000
committerwiz <wiz>2001-08-01 18:19:11 +0000
commitd0bd09a42e63097f2318938e8bebcf53e6eef04e (patch)
tree1937fed30961f7e8703f2d8af23855a6955d982d /games/gnome-breakout/patches/patch-aa
parent70f830f35dd007decaeaf4445c1893cdf3cbb2d8 (diff)
downloadpkgsrc-d0bd09a42e63097f2318938e8bebcf53e6eef04e.tar.gz
Update to 0.5.2, fixing pkg/13582 in the process.
Changes since 0.4: Fixed a nasty next level bug, changed the block pixmaps. Fixed a couple more focus issues, added a couple of usability patches, repaired minor scores permissions, rewrote the pause code. Bounce entropy, improvements to pause/focus code, new powerups, new block types, and customisable levelfiles.
Diffstat (limited to 'games/gnome-breakout/patches/patch-aa')
-rw-r--r--games/gnome-breakout/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/gnome-breakout/patches/patch-aa b/games/gnome-breakout/patches/patch-aa
index 16f929a5389..e231e417c06 100644
--- a/games/gnome-breakout/patches/patch-aa
+++ b/games/gnome-breakout/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.1 2000/04/04 16:18:32 rh Exp $
+$NetBSD: patch-aa,v 1.2 2001/08/01 18:19:12 wiz Exp $
---- Makefile.in.orig Tue Apr 4 08:33:18 2000
-+++ Makefile.in Tue Apr 4 17:59:57 2000
-@@ -420,10 +420,6 @@
+--- Makefile.in.orig Sat Apr 7 09:57:30 2001
++++ Makefile.in
+@@ -444,10 +444,6 @@
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
- -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.