diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-06-22 16:11:28 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-06-22 16:11:28 +0000 |
commit | a318678f3d0162b694a59310664301bea6624dcf (patch) | |
tree | 352fd6bfdf6af2f3c80789f82f4273f355c58835 /print/teTeX-bin | |
parent | fb9d4e2d2137a9f1a695d68b31f50fa4fdf0d7e5 (diff) | |
download | pkgsrc-a318678f3d0162b694a59310664301bea6624dcf.tar.gz |
make it easier for depending pkgs to change the ls-R file
(if they install/deinstall files, they gotta run mktexlsr in
@exec/Makefile and @unexec).
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/teTeX-bin/pkg/PLIST b/print/teTeX-bin/pkg/PLIST index 55d04615abf..d8fa64edf9f 100644 --- a/print/teTeX-bin/pkg/PLIST +++ b/print/teTeX-bin/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2000/02/05 20:03:01 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/06/22 16:11:28 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,8 @@ 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 needs preserving: -share/texmf/ls-R +@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 |