diff options
author | hubertf <hubertf> | 2000-07-04 03:19:48 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-07-04 03:19:48 +0000 |
commit | be85056a549f154346837b86bdadbaba16de6d37 (patch) | |
tree | 6ac1c3912174c09fedf323c70880fa9c1dee36bd /print | |
parent | 6383f4a2cc550e9de2abf78ec0f570112b496f74 (diff) | |
download | pkgsrc-be85056a549f154346837b86bdadbaba16de6d37.tar.gz |
run 'mktexlsr' when installed via binar pkg - else you can't build
things like hugelatex.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/pkg/PLIST | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/teTeX-bin/pkg/PLIST b/print/teTeX-bin/pkg/PLIST index d8fa64edf9f..05a33053f58 100644 --- a/print/teTeX-bin/pkg/PLIST +++ b/print/teTeX-bin/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2000/06/22 16:11:28 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.6 2000/07/04 03:19:48 hubertf Exp $ @comment There are three files in this package that teTeX-share installs @comment and that teTeX-bin modifies. Take care of this: lib/libkpathsea.a @@ -152,8 +152,6 @@ share/texmf/web2c/texmf.cnf @comment also in teTeX-share; touched but unmodified: share/texmf/web2c/mktexdir.opt @comment also in teTeX-share; touched but unmodified: share/texmf/web2c/mktexdir @comment also in teTeX-share; touched but unmodified: share/texmf/web2c/mktex.opt -@comment The next file is changed by various sub-pkgs (hugetex, ...) -@unexec rm -f %D/share/texmf/ls-R man/man1/xdvi.1 man/man1/MakeTeXPK.1 man/man1/cont-en.1 @@ -352,3 +350,6 @@ bin/mktexlsr bin/mktextfm bin/mktexmf bin/mktexpk +@comment The next file is changed by various sub-pkgs (hugetex, ...) +@exec %D/bin/mktexlsr +@unexec rm -f %D/share/texmf/ls-R |