summaryrefslogtreecommitdiff
path: root/print/teTeX3-bin/patches/patch-ao
blob: c6c82575aba35fe998322d11adcea773a7a01ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ao,v 1.1 2008/12/09 19:43:37 minskim Exp $

--- texk/kpathsea/texmf.in-teTeX.orig	2005-02-05 16:04:35.000000000 -0800
+++ texk/kpathsea/texmf.in-teTeX
@@ -72,7 +72,7 @@ TEXMFLOCAL = @texmf@-local
 %   TEXMFSYSVAR = $TEXMFMAIN
 % For using a separate tree:
 %   TEXMFSYSVAR = @texmf@-var
-TEXMFSYSVAR = @texmf@-var
+TEXMFSYSVAR = @VARBASE@/lib/texmf
 
 % TEXMFSYSCONFIG, where texconfig-sys stores configuration data.
 % With teTeX-3.0 or later, this must be set.
@@ -126,7 +126,7 @@ VARTEXFONTS = @vartexfonts@
 %
 % Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below
 % one of the TEXMF directories (avoids overlapping ls-R files).
-TEXMFDBS = $TEXMF;$VARTEXFONTS
+TEXMFDBS = $TEXMF
 
 % It may be convenient to define TEXMF like this:
 %   TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN,$HOME}