summaryrefslogtreecommitdiff
path: root/games/dopewars/patches/patch-aa
blob: 674897a8b8882a04c9b49c327140e8fda4e9a7db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-aa,v 1.3 2001/06/04 16:14:06 wiz Exp $

--- doc/Makefile.in.orig	Mon May 14 00:17:46 2001
+++ doc/Makefile.in
@@ -92,7 +92,7 @@
 l = @l@
 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.