1--- src/manpath.c.orig	Sun Nov 14 15:25:42 2004
2+++ src/manpath.c	Sun Nov 14 15:34:32 2004
3@@ -137,6 +137,14 @@
4 	  len += 3;
5      }
6 
7+#if defined(__APPLE__)
8+     /* Try to use share/man (3545105). */
9+     strcpy (t + len, "/share/man");
10+
11+     if (is_directory (t) == 1)
12+	  return t;
13+#endif
14+
15      /* look for the situation with packagedir/bin and packagedir/man */
16      strcpy (t + len, "/man");
17 
18