mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:19:20 +00:00
0259a459bc
A Zanac type shooting game.
14 lines
369 B
Plaintext
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,
|