1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:19:20 +00:00
freebsd-ports/games/grande/files/patch-aa
Yukihiro Nakai 0259a459bc Initial import.
A Zanac type shooting game.
2002-02-20 13:19:24 +00:00

14 lines
369 B
Plaintext

--- 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,