diff options
Diffstat (limited to 'games/maelstrom-sdl/patches/patch-ac')
-rw-r--r-- | games/maelstrom-sdl/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/maelstrom-sdl/patches/patch-ac b/games/maelstrom-sdl/patches/patch-ac new file mode 100644 index 00000000000..f1a0bf6d7a0 --- /dev/null +++ b/games/maelstrom-sdl/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/07/11 13:21:28 wiz Exp $ + +--- configure.in.orig Fri Jul 20 17:12:49 2001 ++++ configure.in +@@ -104,6 +104,10 @@ + ac_default_prefix=/boot/beos + GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE" + ;; ++ *-*-netbsd*) ++ GAME_INSTALLDIR="\$(prefix)/share/$PACKAGE" ++ DOC_INSTALLDIR="\$(prefix)/share/doc/$PACKAGE" ++ ;; + *) + GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE" + ;; |