blob: 5f044cc2c4e68c0cb27153a7d1bccd0d5e883b15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-aa,v 1.7 2019/04/01 16:48:37 ryoon Exp $
Fix path to papers directory on NetBSD.
Avoid arbitrary decisions wrt troff being present or not to use a g'prefix.
Force it instead and use PKGGNUDIR logic to work it out.
--- Makefile.in.orig 2018-12-23 14:34:27.000000000 +0000
+++ Makefile.in
@@ -3681,7 +3681,7 @@ tmac_an_prefix = \
indexext = .i
# Directory containing the default index for refer.
-indexdir = /usr/dict/papers
+indexdir = /usr/share/dict/papers
# The filename (without suffix) of the default index for refer.
indexname = Ind
|