summaryrefslogtreecommitdiff
path: root/games/grande/files
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2002-02-20 13:19:24 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2002-02-20 13:19:24 +0000
commit0259a459bc67e9f42c2eb65b76fb4074f46a60e1 (patch)
tree1a73141ea36f79a261b605456d766cf530c2817f /games/grande/files
parentUpdate to 1.0.2 (diff)
Initial import.
A Zanac type shooting game.
Notes
Notes: svn path=/head/; revision=54980
Diffstat (limited to 'games/grande/files')
-rw-r--r--games/grande/files/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/grande/files/patch-aa b/games/grande/files/patch-aa
new file mode 100644
index 000000000000..5f725ed156de
--- /dev/null
+++ b/games/grande/files/patch-aa
@@ -0,0 +1,13 @@
+--- configure.in.orig Tue Feb 19 21:44:00 2002
++++ configure.in Wed Feb 20 22:03:39 2002
+@@ -17,8 +17,8 @@
+ AC_CHECK_HEADERS(unistd.h)
+
+ dnl installation & score path
+-inst_path="$prefix/games/grande"
+-score_path="/var/games"
++inst_path="$prefix/share/grande"
++score_path="$prefix/share/grande/score"
+
+ dnl check if installation was disabled
+ AC_ARG_ENABLE( install,