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-aa37
1 files changed, 15 insertions, 22 deletions
diff --git a/games/dopewars/patches/patch-aa b/games/dopewars/patches/patch-aa
index 674897a8b88..a8b35b4dc87 100644
--- a/games/dopewars/patches/patch-aa
+++ b/games/dopewars/patches/patch-aa
@@ -1,24 +1,17 @@
-$NetBSD: patch-aa,v 1.3 2001/06/04 16:14:06 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2002/12/06 16:50:03 jmmv Exp $
---- doc/Makefile.in.orig Mon May 14 00:17:46 2001
-+++ doc/Makefile.in
-@@ -92,7 +92,7 @@
- l = @l@
+--- Makefile.in.orig Mon Oct 21 13:09:21 2002
++++ Makefile.in
+@@ -132,10 +132,10 @@ am__quote = @am__quote@
+ install_sh = @install_sh@
localedir = @localedir@
-
--DOCPATH = ${datadir}/doc/${PACKAGE}-${VERSION}/
-+DOCPATH = ${prefix}/share/doc/html/dopewars/
- 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 @@
-
-
- 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.
+ plugindir = @plugindir@
+-SUBDIRS = intl src doc po sounds
++SUBDIRS = src doc po sounds
+ DESKTOPDIR = ${DESTDIR}${datadir}/gnome/apps/Games
+ DESKTOP = dopewars.desktop
+-SCOREDIR = ${DESTDIR}${datadir}
++SCOREDIR = ${DESTDIR}${localstatedir}
+ SCORE = ${SCOREDIR}/dopewars.sco
+ EXTRA_DIST = ABOUT-NLS LICENCE dopewars.desktop dopewars.spec.in depcomp \
+ runindent.sh win32/Makefile win32/README win32/contid.h \