summaryrefslogtreecommitdiff
path: root/games/xtux/files/patch-aa
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-26 05:31:26 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-26 05:31:26 +0000
commitd23792c8aa1b1e4034f93a0170a310345f961cc9 (patch)
tree239b668af7d2ffc0d2d9c397e6831f592c112af6 /games/xtux/files/patch-aa
parentUpdate to 0.7.6. (diff)
Add xtux 2000.11.25, a game where you play an opensource mascot (e.g. Tux
or Daemon), and the goal is to save the world from Mr. Bill (Fumerola). PR: 23791 Submitted by: Göran Runfeldt <goranrunfeldt@home.se>
Notes
Notes: svn path=/head/; revision=36363
Diffstat (limited to 'games/xtux/files/patch-aa')
-rw-r--r--games/xtux/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xtux/files/patch-aa b/games/xtux/files/patch-aa
new file mode 100644
index 000000000000..73b96cab9ee6
--- /dev/null
+++ b/games/xtux/files/patch-aa
@@ -0,0 +1,19 @@
+--- Makefile.orig Sun Nov 19 12:52:12 2000
++++ Makefile Sat Dec 23 07:47:42 2000
+@@ -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