diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-07-04 03:19:48 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-07-04 03:19:48 +0000 |
commit | 701b5e238904bf842f569c79a8fb4dd404c7e30b (patch) | |
tree | 6ac1c3912174c09fedf323c70880fa9c1dee36bd | |
parent | 8c4c3585b4283439aafd12ab1ef0fd5c5f8f628c (diff) | |
download | pkgsrc-701b5e238904bf842f569c79a8fb4dd404c7e30b.tar.gz |
run 'mktexlsr' when installed via binar pkg - else you can't build
things like hugelatex.
-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 |