openbsd-ports/textproc/rarian/patches/patch-librarian_rarian-man_c
jasper 85294bb416 import rarian 0.8.1
Rarian is a documentation metadata library based on the proposed
Freedesktop.org spec.

rarian will eventually replace scrollkeeper, but it may need a little
tweaking (and they conflict); hence it's not hooked up yet.
mostly done on some couch in antwerp with too much wine, so i forgot about it..
2008-12-16 10:01:38 +00:00

13 lines
484 B
Plaintext

$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;