26 lines
828 B
Text
26 lines
828 B
Text
$NetBSD: patch-ab,v 1.2 2004/03/07 05:59:17 snj Exp $
|
|
|
|
--- Makefile.in.orig 2001-07-22 20:56:05.000000000 -0700
|
|
+++ Makefile.in 2004-03-06 21:54:49.000000000 -0800
|
|
@@ -433,10 +433,11 @@ maintainer-clean-generic clean mostlycle
|
|
# 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_gamedata:
|
|
|
|
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
|