summaryrefslogtreecommitdiff
path: root/games/maelstrom-sdl/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/maelstrom-sdl/patches/patch-ab')
-rw-r--r--games/maelstrom-sdl/patches/patch-ab26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/maelstrom-sdl/patches/patch-ab b/games/maelstrom-sdl/patches/patch-ab
new file mode 100644
index 00000000000..eebc124406a
--- /dev/null
+++ b/games/maelstrom-sdl/patches/patch-ab
@@ -0,0 +1,26 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/07/11 13:21:28 wiz Exp $
+
+--- Makefile.in.orig Mon Jul 23 05:56:05 2001
++++ Makefile.in
+@@ -433,10 +433,11 @@
+ # Special install rule for the game
+ install:
+ make install_gamedata target=@GAME_INSTALLDIR@
++ make install_gamedocs target=$(prefix)/share/doc/Maelstrom
+
+ install_gamedata:
+ sh mkinstalldirs $(target)/
+- cp -rv Images \
++ cp -R Images \
+ Maelstrom_Fonts \
+ Maelstrom_Sounds \
+ Maelstrom_Sprites \
+@@ -446,7 +447,7 @@
+
+ install_gamedocs:
+ sh mkinstalldirs $(target)/
+- cp -rv README* COPYING* Docs* $(target)/
++ cp -R README* COPYING* Docs* $(target)/
+
+ # Rule to build tar-gzipped distribution package
+ $(PACKAGE)-$(VERSION).tar.gz: dist