diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
| commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
| tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /games/moria/files/patch-source::config.h | |
| parent | editors/fte: update to 20110708 (diff) | |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'games/moria/files/patch-source::config.h')
| -rw-r--r-- | games/moria/files/patch-source::config.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/games/moria/files/patch-source::config.h b/games/moria/files/patch-source::config.h deleted file mode 100644 index 5bfd9da5d0a0..000000000000 --- a/games/moria/files/patch-source::config.h +++ /dev/null @@ -1,40 +0,0 @@ -$FreeBSD$ - ---- source/config.h Thu Jul 21 19:47:13 1994 -+++ source/config.h Tue Aug 5 10:04:39 2003 -@@ -14,7 +14,7 @@ - - /* Person to bother if something goes wrong. */ - /* Recompile files.c and misc2.c if this changes. */ --#define WIZARD "David Grabiner" -+#define WIZARD "root" - /* The wizard password and wizard uid are no longer used. */ - - -@@ -200,16 +200,16 @@ - - /* This must be unix; change MORIA_LIB as appropriate. */ - #define MORIA_SAV "moria.save" --#define MORIA_LIB(xxx) "/home/math/grabiner/moria/files/xxx" --#define MORIA_HOU MORIA_LIB(hours) --#define MORIA_MOR MORIA_LIB(news) --#define MORIA_TOP MORIA_LIB(scores) --#define MORIA_HELP MORIA_LIB(roglcmds.hlp) --#define MORIA_ORIG_HELP MORIA_LIB(origcmds.hlp) --#define MORIA_WIZ_HELP MORIA_LIB(rwizcmds.hlp) --#define MORIA_OWIZ_HELP MORIA_LIB(owizcmds.hlp) --#define MORIA_WELCOME MORIA_LIB(welcome.hlp) --#define MORIA_VER MORIA_LIB(version.hlp) -+#define MORIA_LIB(xxx) "%%DATADIR%%/" xxx -+#define MORIA_HOU MORIA_LIB("hours") -+#define MORIA_MOR MORIA_LIB("news") -+#define MORIA_TOP MORIA_LIB("scores") -+#define MORIA_HELP MORIA_LIB("roglcmds.hlp") -+#define MORIA_ORIG_HELP MORIA_LIB("origcmds.hlp") -+#define MORIA_WIZ_HELP MORIA_LIB("rwizcmds.hlp") -+#define MORIA_OWIZ_HELP MORIA_LIB("owizcmds.hlp") -+#define MORIA_WELCOME MORIA_LIB("welcome.hlp") -+#define MORIA_VER MORIA_LIB("version.hlp") - - #endif - #endif |
