blob: 7d2542cdc6f017b7f6f6bdf01f882134bc56dd68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.1.1.1 2000/11/17 06:45:11 hubertf Exp $
--- Makefile.orig Wed Nov 8 15:38:09 2000
+++ Makefile
@@ -5,7 +5,7 @@
#============================================================#
#Change this to where you want to put the data directory.
-DATADIR = `pwd`/data
+DATADIR = ${PREFIX}/share/xtux/data
#Eg you might want to put the data files here......
#DATADIR = /usr/share/games/xtux
@@ -14,7 +14,7 @@
SV_SRC_DIR = src/server
CL_SRC_DIR = src/client
-MAKE = @make -C
+MAKE = @gmake -C
all: common client server
|