From e557e7d7cd7f13a34b402483c10164b09a4d76cf Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 20 Feb 2001 08:10:42 +0000 Subject: Add manedit 0.4.h, a UNIX manual page editor and viewer. Sponsored by: Francisco Reyes --- editors/manedit/files/patch-config.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 editors/manedit/files/patch-config.h (limited to 'editors/manedit/files/patch-config.h') 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" + + + -- cgit v1.2.3