diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-28 00:02:37 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-28 00:02:37 +0000 |
commit | 283b2a7733e35ad88fc507ad18ff7b4dc36c3c2c (patch) | |
tree | d8f53a235228b0a3aba4fca1957dc744513c84bb /devel | |
parent | a325d307ce6ac9c0815fa106ced4425d533cdd90 (diff) | |
download | pkgsrc-283b2a7733e35ad88fc507ad18ff7b4dc36c3c2c.tar.gz |
Add an "@exec mktexlsr" to the PLIST so that mktexlsr gets run after
a cweb binary package is installed. This fixes the i386 bulk build
problem for emulators/mmix where TeX couldn't find cwebmac.tex.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cweb/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cweb/pkg/PLIST b/devel/cweb/pkg/PLIST index 82201c426e6..1fc3ff90a4f 100644 --- a/devel/cweb/pkg/PLIST +++ b/devel/cweb/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2001/03/26 20:50:49 jtb Exp $ +@comment $NetBSD: PLIST,v 1.5 2001/04/28 00:02:37 jtb Exp $ bin/ctangle bin/cweave man/man1/cweb.1 @@ -25,6 +25,7 @@ share/examples/cweb/xlib_types.w share/examples/cweb/xview_types.w share/texmf/tex/plain/base/cwebmac.tex @unexec mktexlsr +@exec mktexlsr @unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true @unexec rmdir %D/share/emacs 2>/dev/null || true @dirrm share/examples/cweb |