summaryrefslogtreecommitdiffstats
path: root/editors/manedit/files/patch-config.h
blob: 97904244acf39a5e9ecb3f3bc4cbf8786fcb69a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
 
 
 
OpenPOWER on IntegriCloud