freebsd-ports/games/zangband/files/patch-aa
David W. Chapman Jr. cb07705667 Update to 2.6.2
PR:		30303
Submitted by:	maintainer
2001-09-10 01:25:41 +00:00

20 lines
651 B
Text

--- configure.in.orig Tue Sep 4 14:57:18 2001
+++ configure.in Tue Sep 4 14:57:35 2001
@@ -7,7 +7,7 @@
dnl write the resulting #defines into a header file
AM_CONFIG_HEADER(src/autoconf.h)
-AM_INIT_AUTOMAKE(zangband, 2.6.1)
+AM_INIT_AUTOMAKE(zangband, 2.6.2)
AC_ARG_WITH(setgid,
[ --with-setgid=NAME setgid usage: install angband as group NAME],
@@ -23,7 +23,7 @@
dnl generate the installation path for the ./lib/ folder
if test "$GAMEGROUP" != ""; then
- MY_EXPAND_DIR(game_datadir, "$datadir/games/$PACKAGE/lib/")
+ MY_EXPAND_DIR(game_datadir, "$datadir/$PACKAGE/")
else
MY_EXPAND_DIR(game_datadir, "./lib/")
bindir=".."