diff options
Diffstat (limited to 'editors/manedit/files/patch-config.h')
-rw-r--r-- | editors/manedit/files/patch-config.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/manedit/files/patch-config.h b/editors/manedit/files/patch-config.h new file mode 100644 index 000000000000..97904244acf3 --- /dev/null +++ b/editors/manedit/files/patch-config.h @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- config.h.orig Mon Feb 19 12:58:51 2001 ++++ config.h Mon Feb 19 19:56:21 2001 +@@ -22,7 +22,7 @@ + /* + * ManEdit global directory: + */ +-#define MEDIT_GLOBAL_DIR "/usr/share/manedit" ++#define MEDIT_GLOBAL_DIR PREFIX"/share/manedit" + + /* + * Manual page help sub directory (MEDIT_GLOBAL_DIR will +@@ -101,7 +101,7 @@ + * %f = filename + * %p = optional parameters + */ +-#define MEDIT_CMD_MANPAGE_TO_OUTPUT "/usr/bin/man %p %f" ++#define MEDIT_CMD_MANPAGE_TO_OUTPUT PREFIX"/bin/manwrap %p %f" + + + |