summaryrefslogtreecommitdiff
path: root/games/gnomebreakout/files/patch-aa
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-08 10:39:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-08 10:39:20 +0000
commit5800ac06b0bc63bb09bc9508f2257c18af452cb4 (patch)
tree23704742b4e350060ed2c71eaca0fa42e7ea7384 /games/gnomebreakout/files/patch-aa
parentRename jconv to jfconv to avoid the conflict with japanese/libjconv, (diff)
Update to 0.5.
Notes
Notes: svn path=/head/; revision=38096
Diffstat (limited to '')
-rw-r--r--games/gnomebreakout/files/patch-aa15
1 files changed, 8 insertions, 7 deletions
diff --git a/games/gnomebreakout/files/patch-aa b/games/gnomebreakout/files/patch-aa
index f50b6b9a6d1a..fa9789454f61 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.