pkgsrc/games/gnome-breakout/patches/patch-aa
wiz eab6467783 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.
2001-08-01 18:19:11 +00:00

15 lines
552 B
Text

$NetBSD: patch-aa,v 1.2 2001/08/01 18:19:12 wiz Exp $
--- 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 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.