summaryrefslogtreecommitdiff
path: root/games/gnome-breakout/patches/patch-aa
diff options
context:
space:
mode:
authorrh <rh>2000-04-04 16:18:30 +0000
committerrh <rh>2000-04-04 16:18:30 +0000
commit13ca000bdf20c985d8be5c2d9daf9a197e3d34b6 (patch)
tree90bffe3504197b6afd60a8d1a307f667f5eeaad6 /games/gnome-breakout/patches/patch-aa
parentb55be38aeee1129cbf44d5b4aed633052c4f12a9 (diff)
downloadpkgsrc-13ca000bdf20c985d8be5c2d9daf9a197e3d34b6.tar.gz
Update gnome-breakout to 0.3. Changes are: Stronger blocks, end game
dialog, sticky bat, miscellaneous bugfixes, new levels, and some UI improvements.
Diffstat (limited to 'games/gnome-breakout/patches/patch-aa')
-rw-r--r--games/gnome-breakout/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/gnome-breakout/patches/patch-aa b/games/gnome-breakout/patches/patch-aa
new file mode 100644
index 00000000000..16f929a5389
--- /dev/null
+++ b/games/gnome-breakout/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2000/04/04 16:18:32 rh Exp $
+
+--- Makefile.in.orig Tue Apr 4 08:33:18 2000
++++ Makefile.in Tue Apr 4 17:59:57 2000
+@@ -420,10 +420,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
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.