openbsd-ports/games/angband/patches/patch-configure
lebel 2f62e89795 modify angband in order to use /var/games/zangband for
user modifiable files (like score, bone and save files). Add
pkg/INSTALL and pkg/DEINSTALL to manage them.

Also, sync the installation with the way zangband does it.

Instead of "No", specify that the license is unclear for distribution
rights on CDROM.
2001-08-11 17:18:50 +00:00

17 lines
447 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2001/08/11 17:18:50 lebel Exp $
--- configure.orig Sat Aug 11 12:56:43 2001
+++ configure Sat Aug 11 12:57:29 2001
@@ -843,10 +843,10 @@ fi
cat >> confdefs.h <<EOF
-#define DEFAULT_PATH "$game_datadir"
+#define DEFAULT_PATH "$TRUEPREFIX/share/angband"
EOF
-DEFAULT_PATH="$game_datadir"
+DEFAULT_PATH="$TRUEPREFIX/share/angband"
# Extract the first word of "gcc", so it can be a program name with args.