1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/maelstrom/files/patch-ab
Michael Haro 0095d3ed79 update to 3.0.1
PR:		17362
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-03-24 01:23:13 +00:00

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