summaryrefslogtreecommitdiff
path: root/games/sdlroids/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/sdlroids/files/patch-Makefile.in')
-rw-r--r--games/sdlroids/files/patch-Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/sdlroids/files/patch-Makefile.in b/games/sdlroids/files/patch-Makefile.in
new file mode 100644
index 000000000000..e64e27cd0e15
--- /dev/null
+++ b/games/sdlroids/files/patch-Makefile.in
@@ -0,0 +1,15 @@
+--- Makefile.in.orig 2001-03-28 03:27:52.000000000 +0400
++++ Makefile.in 2014-10-02 14:40:03.770371160 +0400
+@@ -434,9 +434,9 @@
+
+
+ install-data-local:
+- @/bin/sh $(srcdir)/mkinstalldirs $(SOUNDSDIR) $(GFXDIR)
+- $(INSTALL_DATA) $(srcdir)/sounds/*.wav $(SOUNDSDIR)
+- $(INSTALL_DATA) $(srcdir)/bmp/*.bmp $(GFXDIR)
++ @/bin/sh $(srcdir)/mkinstalldirs $(DESTDIR)$(SOUNDSDIR) $(DESTDIR)$(GFXDIR)
++ $(INSTALL_DATA) $(srcdir)/sounds/*.wav $(DESTDIR)$(SOUNDSDIR)
++ $(INSTALL_DATA) $(srcdir)/bmp/*.bmp $(DESTDIR)$(GFXDIR)
+
+ # Rule to build tar-gzipped distribution package
+ $(PACKAGE)-$(VERSION).tar.gz: dist