openbsd-ports/textproc/rarian/patches/patch-librarian_rarian-man_c

13 lines
484 B
Plaintext
Raw Normal View History

$OpenBSD: patch-librarian_rarian-man_c,v 1.1.1.1 2008/12/16 10:01:38 jasper Exp $
--- librarian/rarian-man.c.orig Sat Nov 22 17:15:57 2008
+++ librarian/rarian-man.c Sat Nov 22 17:17:01 2008
@@ -143,7 +143,7 @@ setup_man_path ()
if (input)
free(input);
/* Hard coded default. Don't argue. */
- input = strdup ("/usr/share/man:/usr/man:/usr/local/share/man:/usr/local/man");
+ input = strdup ("/usr/share/man:${LOCALBASE}/man");
}
colon = input;