mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0095d3ed79
PR: 17362 Submitted by: Maxim Sobolev <sobomax@altavista.net>
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
--- configure.orig Mon Mar 13 20:58:01 2000
|
|
+++ configure Mon Mar 13 20:58:05 2000
|
|
@@ -1633,6 +1633,9 @@
|
|
ac_default_prefix=/boot/beos
|
|
GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
|
|
;;
|
|
+ *-*-freebsd*)
|
|
+ GAME_INSTALLDIR="\$(prefix)/share/$PACKAGE"
|
|
+ ;;
|
|
*)
|
|
GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
|
|
;;
|