summaryrefslogtreecommitdiffstats
path: root/games/xataxx/files/patch-aa
blob: 41f9e9040088fdb3c34f8b94c12a3fca64a4b706 (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
--- ./Imakefile.orig	1991-10-29 02:23:52.000000000 -0200
+++ ./Imakefile	2013-11-16 00:46:31.000000000 -0200
@@ -4,11 +4,13 @@
 # in the system default BINDIR
 # BINDIR =
 
+MANSUFFIX = 6
+
 # !%^#*
 DEPLIBS =
 
 /* DATADIR is where the boards and bitmaps will be installed */
-DATADIR	= /afs/andrew.cmu.edu/usr0/games/lib/xataxx
+DATADIR	= $(LOCALBASE)/share/xataxx
 
 LOCAL_LIBRARIES = $(XLIB) 
 SRCS	= bits.c board.c colbits.c demo.c display.c main.c nubot.c parse.c zot.c
@@ -19,6 +21,8 @@
 install:: install.lib
 
 install.lib:
+	@if [ -d $(DESTDIR)$(DATADIR) ]; then set +x; \
+	else (set -x; $(MKDIRHIER) $(DESTDIR)$(DATADIR)); fi
 	for i in lib//**/*; do \
-		(set -x; install -c $$i $(DATADIR)); \
+		(set -x; install -c $$i $(DESTDIR)$(DATADIR)); \
 	done
OpenPOWER on IntegriCloud