summaryrefslogtreecommitdiff
path: root/games/xbat/patches/patch-aa
blob: 3d9a3fab0c5ec558043a4ae204d66c0e14227eea (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
34
35
36
$NetBSD: patch-aa,v 1.2 1999/12/14 00:36:51 sakamoto Exp $

--- Imakefile.orig	Mon Mar 17 12:32:22 1997
+++ Imakefile	Tue Jul  1 18:37:39 1997
@@ -1,24 +1,24 @@
 # TOP10 DIR : directory for socre files
 #
-SCORE_DIR  = /usr/local/games/Xbat/Score
+SCORE_DIR  = ${PREFIX}/lib/X11/Xbat/Score
 
 # IMAGE DIR : directory for image files
-IMAGE_DIR = /usr/local/games/Xbat/Image
+IMAGE_DIR = ${PREFIX}/lib/X11/Xbat/Image
 
 # MAP DIR : directory for map files
-MAP_DIR = /usr/local/games/Xbat/Map
+MAP_DIR = ${PREFIX}/lib/X11/Xbat/Map
 
 # DOMO_DIR : directory for domogram movement files
-DOMO_DIR = /usr/local/games/Xbat/Domo
+DOMO_DIR = ${PREFIX}/lib/X11/Xbat/Domo
 
 # UNION : Set 1 if you have Intel CPU or so.
 # If you don't know whether you have Intel CPU or not, 
 # compile union_check.c and run.
-UNION = 0
-#UNION = 1 
+#UNION = 0
+UNION = 1 
 
 #BIN DIR
-BINDIR = /usr/local/bin
+BINDIR = ${PREFIX}/bin
 
 #######################################################################