#!/bin/sh # # $NetBSD: post-patch,v 1.2 1998/08/07 11:11:33 agc Exp $ # cd $WRKDIR/teTeX patch -s <<'END-OF-INPUT' --- texmf.cnf,orig Thu Dec 5 07:44:03 1996 +++ texmf.cnf Thu Dec 5 07:45:35 1996 @@ -15,10 +15,10 @@ % to find out which of the two is "correct" for your installation. % The TETEXDIR normally holds this texmf.cnf file. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -TETEXDIR = $SELFAUTOPARENT +TETEXDIR = $SELFAUTODIR % The name of the main texmf directory. ls-R is searched there. -TEXMF = $TETEXDIR/texmf +TEXMF = $TETEXDIR/share/texmf % Set this to the name of your local tree. You can have none, one or % even more local texmf trees. Just make sure to list them in the TEXMFS @@ -82,4 +82,4 @@ % The following line shows the compile-time default value. It does not % make any sense to change it for run-time. -TEXMFCNF = $SELFAUTODIR:$SELFAUTOPARENT:/.$TETEXDIR +TEXMFCNF = .:$SELFAUTODIR/share/texmf/web2c END-OF-INPUT cd $WRKSRC/kpse-2.6/kpathsea patch -s <