Update games/gnomebreakout to version 0.5.3_12
[dports.git] / games / gnomebreakout / files / patch-Makefile.in
1 --- ./Makefile.in.orig  2014-04-04 17:49:31.961202370 +0200
2 +++ ./Makefile.in       2014-04-04 17:49:40.394104597 +0200
3 @@ -91,7 +91,7 @@
4  WARN_CXXFLAGS = @WARN_CXXFLAGS@
5  
6  SUBDIRS = po src pixmaps levels
7 -scoredir = $(localstatedir)/games
8 +scoredir = $(localstatedir)/gnome-breakout
9  
10  EXTRA_DIST =          gnome-breakout.desktop   gnome-breakout.png      TODO    BUGS
11  
12 @@ -99,7 +99,7 @@
13  iconpixmapdir = $(datadir)/pixmaps
14  iconpixmap_DATA = gnome-breakout.png
15  
16 -Gamesdir = $(datadir)/gnome/apps/Games
17 +Gamesdir = $(datadir)/applications
18  Games_DATA = gnome-breakout.desktop
19  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
20  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
21 @@ -397,9 +397,7 @@
22  install-data-local:
23         -$(mkinstalldirs) $(DESTDIR)$(scoredir)
24         -touch $(DESTDIR)$(scoredir)/gnome-breakout.scores
25 -       -chown games.games $(DESTDIR)$(scoredir)/gnome-breakout.scores
26         -chmod 0664 $(DESTDIR)$(scoredir)/gnome-breakout.scores
27 -       -chgrp games $(DESTDIR)$(bindir)/gnome-breakout && chmod 2755 $(DESTDIR)$(bindir)/gnome-breakout
28  
29  # Tell versions [3.59,3.63) of GNU make to not export all variables.
30  # Otherwise a system limit (for SysV at least) may be exceeded.