freebsd-ports/games/xtux/files/patch-aa
Kevin Lo d1a96c576d Upgrade to lastest version
PR: 24905
Submitted by: MAINTAINER
2001-02-08 16:24:52 +00:00

20 lines
490 B
Plaintext

--- Makefile.orig Sun Nov 19 12:52:12 2000
+++ Makefile Tue Feb 6 09:35:36 2001
@@ -5,7 +5,7 @@
#============================================================#
#Change this to where you want to put the data directory.
-DATADIR = `pwd`/data
+#DATADIR = `pwd`/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