summaryrefslogtreecommitdiff
path: root/games/dopewars/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/dopewars/patches/patch-aa')
-rw-r--r--games/dopewars/patches/patch-aa34
1 files changed, 17 insertions, 17 deletions
diff --git a/games/dopewars/patches/patch-aa b/games/dopewars/patches/patch-aa
index a6078b9a354..674897a8b88 100644
--- a/games/dopewars/patches/patch-aa
+++ b/games/dopewars/patches/patch-aa
@@ -1,24 +1,24 @@
-$NetBSD: patch-aa,v 1.2 2001/01/04 21:50:13 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2001/06/04 16:14:06 wiz Exp $
---- Makefile.in.orig Sun Jul 9 21:59:38 2000
-+++ Makefile.in
-@@ -66,7 +66,7 @@
- dopewars_SOURCES = AIPlayer.c serverside.c clientside.c dopewars.c message.c dopeos.c
+--- doc/Makefile.in.orig Mon May 14 00:17:46 2001
++++ doc/Makefile.in
+@@ -92,7 +92,7 @@
+ l = @l@
+ localedir = @localedir@
-
--DOCPATH = /usr/doc/${PACKAGE}-${VERSION}/
+-DOCPATH = ${datadir}/doc/${PACKAGE}-${VERSION}/
+DOCPATH = ${prefix}/share/doc/html/dopewars/
- DOCS = aiplayer.html configfile.html index.html server.html clientplay.html credits.html installation.html servercommands.html commandline.html developer.html metaserver.html windows.html README
+ DOCS = aiplayer.html configfile.html index.html i18n.html server.html clientplay.html credits.html installation.html servercommands.html commandline.html developer.html metaserver.html windows.html
+
+ man_MANS = dopewars.6
+@@ -247,8 +247,8 @@
+
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -400,8 +400,8 @@
- touch ${datadir}/dopewars.sco
- chown root.games ${datadir}/dopewars.sco
- chmod 0660 ${datadir}/dopewars.sco
-- ${INSTALL} -d -o root -g root -m 0755 $(DOCPATH)
-- ${INSTALL} -o root -g root -m 0644 $(DOCS) $(DOCPATH)
-+ ${INSTALL} -d $(DOCPATH)
-+ ${INSTALL} -m 0644 $(DOCS) $(DOCPATH)
+ install-data-local:
+- ${INSTALL} -d -o root -g 0 -m 0755 ${DESTDIR}${DOCPATH}
+- ${INSTALL} -o root -g 0 -m 0644 ${DOCS} ${DESTDIR}${DOCPATH}
++ ${INSTALL} -d ${DESTDIR}${DOCPATH}
++ ${INSTALL} -m 0644 ${DOCS} ${DESTDIR}${DOCPATH}
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.