$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
 
