- Add DOCS Option - Support STAGEDIR, change DESTDIR - Change Desktop entry file - Disable all warnings with -w - Recreate patches with make makepatch Approved by: pawel / wg (mentors, implicit)
12 lines
377 B
Text
12 lines
377 B
Text
--- ./configure.orig 2002-10-20 05:43:07.000000000 +0200
|
|
+++ ./configure 2013-12-28 11:39:15.000000000 +0100
|
|
@@ -3231,6 +3231,9 @@
|
|
ac_default_prefix=/boot/beos
|
|
GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
|
|
;;
|
|
+ *-*-freebsd*)
|
|
+ GAME_INSTALLDIR="\$(prefix)/share/$PACKAGE"
|
|
+ ;;
|
|
*)
|
|
GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
|
|
;;
|