summaryrefslogtreecommitdiff
path: root/print/texfamily/patches/patch-ai
blob: 7e6c3b10212f4e3ac7adcb6a7f240186097b8c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ai,v 1.1.1.1 2002/05/31 12:59:56 seb Exp $

--- texk/kpathsea/texmf.in.orig	Mon Apr 16 16:50:18 2001
+++ texk/kpathsea/texmf.in	Mon Apr 16 16:53:20 2001
@@ -60,6 +60,9 @@
 % A place for local additions to a "standard" texmf tree.  For example:
 TEXMFLOCAL = @texmflocal@
 
+% Add site-specific configurations as well as above.
+TEXMFSITE = @TEXMFSITE@
+
 % If defined, teTeX's texconfig stores modifications here (instead of the
 % TEXMFMAIN tree).
 %   VARTEXMF = @texmf@-var
@@ -74,7 +77,7 @@
 %   - list $VARTEXMF in the TEXMF definition;
 %   - make sure that $VARTEXMF precedes $TEXMFMAIN in the TEXMF definition.
 %TEXMF = !!$TEXMFMAIN
-TEXMF = {!!$TEXMFLOCAL,!!$TEXMFMAIN}
+TEXMF = {!!$TEXMFSITE,!!$TEXMFLOCAL,!!$TEXMFMAIN}
 
 % The system trees.  These are the trees that are shared by all the users.
 SYSTEXMF = $TEXMF