summaryrefslogtreecommitdiff
path: root/editors/manedit/patches/patch-ab
blob: bab15d80e2fc738ab3aaeb7901bc25c22e6679c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.4 2002/12/30 00:00:18 kristerw Exp $
--- config.h.orig	Mon Dec 30 00:43:48 2002
+++ config.h	Mon Dec 30 00:42:47 2002
@@ -135,7 +135,7 @@
  *	%f = filename
  *	%p = optional parameters
  */
-#if !defined(__FreeBSD__)
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
 #define MEDIT_CMD_MANPAGE_TO_OUTPUT	(PREFIX "/bin/man %p %f")
 #else
 #define MEDIT_CMD_MANPAGE_TO_OUTPUT	(PREFIX "/bin/manwrap %p %f")