From f70634ccd20b6c398a6f35d846cef763a9586853 Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 21 Sep 2002 04:24:03 +0000 Subject: Oops, forgot to add a patch with the previous change to install the documentation; problem noticed by Cory Bajus in private mail. --- games/moria/distinfo | 3 ++- games/moria/patches/patch-al | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 games/moria/patches/patch-al (limited to 'games/moria') diff --git a/games/moria/distinfo b/games/moria/distinfo index d631abef964..7269cc27388 100644 --- a/games/moria/distinfo +++ b/games/moria/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/09/01 23:24:13 wiz Exp $ +$NetBSD: distinfo,v 1.5 2002/09/21 04:24:03 simonb Exp $ SHA1 (um5.5.2.tar.Z) = 69c7a7bf4e2c5be123ee7a82f5ad12ad5d0f5b08 Size (um5.5.2.tar.Z) = 910536 bytes @@ -13,3 +13,4 @@ SHA1 (patch-ah) = e5eb295222a007a83600d9ed17ef0a0e0fd24875 SHA1 (patch-ai) = ab8de35dad1870edb8549966aca60d0f5bdf2187 SHA1 (patch-aj) = f0ac2b33ce021f3c2757bb37e9a5749842901556 SHA1 (patch-ak) = 3b39f9bd883cae5cd0a8a2561fcb1bcdbfa0bc1b +SHA1 (patch-al) = da8992fc3b7a57fdf78d5656a8a8f01b8628c8fd 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} -- cgit v1.2.3