summaryrefslogtreecommitdiff
path: root/games/moria/patches
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2002-09-21 04:24:03 +0000
committersimonb <simonb@pkgsrc.org>2002-09-21 04:24:03 +0000
commitf70634ccd20b6c398a6f35d846cef763a9586853 (patch)
tree842eda56c82522b040028620d6927fb6eb165d55 /games/moria/patches
parent61937881db2d877cba6fa798677ad6c73433ae68 (diff)
downloadpkgsrc-f70634ccd20b6c398a6f35d846cef763a9586853.tar.gz
Oops, forgot to add a patch with the previous change to install the
documentation; problem noticed by Cory Bajus in private mail.
Diffstat (limited to 'games/moria/patches')
-rw-r--r--games/moria/patches/patch-al20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/moria/patches/patch-al b/games/moria/patches/patch-al
new file mode 100644
index 00000000000..6d44e5d9980
--- /dev/null
+++ b/games/moria/patches/patch-al
@@ -0,0 +1,20 @@
+$NetBSD: patch-al,v 1.1 2002/09/21 04:24:04 simonb Exp $
+
+--- /dev/null Sat Aug 10 17:45:46 2002
++++ doc/Makefile Sat Aug 10 17:48:23 2002
+@@ -0,0 +1,15 @@
++DOCDIR= ${PREFIX}/share/doc/moria
++FILES= ERRORS FEATURES.NEW dragon.inf exp.doc faq history moria.ms moria.txt \
++ pronounc spells.doc where.inf
++
++all: moria.ms moria.txt
++
++moria.ms: moria1.ms moria2.ms
++ cat moria1.ms moria2.ms > moria.ms
++
++moria.txt: moria1.txt moria2.txt
++ cat moria1.txt moria2.txt > moria.txt
++
++install: moria.ms moria.txt
++ ${BSD_INSTALL_MAN_DIR} ${DOCDIR}
++ ${BSD_INSTALL_MAN} ${FILES} ${DOCDIR}