summaryrefslogtreecommitdiff
path: root/games/liquidwar/patches/patch-aa
blob: e3e6fc0c4e93bd0684251be2171555be0be68f97 (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
25
26
27
28
29
30
31
32
33
$NetBSD: patch-aa,v 1.3 2007/11/29 17:28:24 wiz Exp $

--- Makefile.in.orig	2007-10-17 20:00:47.000000000 +0000
+++ Makefile.in
@@ -7,7 +7,7 @@ mandir =          @mandir@
 infodir =         @infodir@
 
 BINDIR =          $(bindir)
-GAMEDIR =         $(exec_prefix)/games
+GAMEDIR =         $(exec_prefix)/bin
 DATADIR =         $(datadir)/games/liquidwar
 PIXDIR =          $(datadir)/pixmaps
 DOCDIR =          $(datadir)/doc/liquidwar
@@ -15,8 +15,8 @@ DESKTOPDIR =           $(datadir)/applic
 # We don't use the autoconf default mandir=$(prefix)/man man
 # directory since the FHS (File Hierarchy Standard recommends
 # to place man pages in $(datadir)/man (ie /usr/share/man).
-# MANDIR =          $(mandir)/man6
-MANDIR =          $(datadir)/man/man6
+MANDIR =          $(mandir)/man6
+#MANDIR =          $(datadir)/man/man6
 # We don't use the autoconf default infodir=$(prefix)/info info
 # directory since the FHS (File Hierarchy Standard recommends
 # to place info pages in $(datadir)/info (ie /usr/share/info).
@@ -94,7 +94,7 @@ build_data:
 build_doc:	
 	@$(GMAKE) -C $(MAKE_DOC_DIR)
 
-install: install_link install_nolink
+install: install_nolink
 
 # the install_nolink is for distribs where $(prefix)/games is in the PATH,
 # for instance Debian, where a link in $(prefix)/bin is pretty much useless