1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/maelstrom/files/patch-ab

13 lines
351 B
Plaintext
Raw Normal View History

--- 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"
;;