diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-07 02:23:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-07 02:23:19 +0000 |
commit | 1e30c35a6c922a43616cbd29da60b4e13f317e79 (patch) | |
tree | b4319dab6c33712653975156e9b907ca2f5cdf3d /textproc/latex2html | |
parent | 6fdbd90465464d8a3bbd34d475b92d0ff67ddc7a (diff) | |
download | pkgsrc-1e30c35a6c922a43616cbd29da60b4e13f317e79.tar.gz |
Use teTeX/module.mk to run mktexlsr for texmf-local only.
Diffstat (limited to 'textproc/latex2html')
-rw-r--r-- | textproc/latex2html/Makefile | 4 | ||||
-rw-r--r-- | textproc/latex2html/PLIST | 4 | ||||
-rw-r--r-- | textproc/latex2html/distinfo | 3 | ||||
-rw-r--r-- | textproc/latex2html/patches/patch-ab | 20 |
4 files changed, 25 insertions, 6 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index d3d831983be..8c4b5cdbb7a 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/07 02:09:57 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/07 02:23:19 minskim Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 @@ -28,5 +28,5 @@ CONFIGURE_ARGS+= --with-iconpath=${LATEX2HTML_ICONPATH:Q} .endif CONFIGURE_ARGS+= --with-gs=${TOOLS_PATH.gs:Q} -.include "../../mk/tex.buildlink3.mk" +.include "../../print/teTeX/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/latex2html/PLIST b/textproc/latex2html/PLIST index 1f474e0a6f2..61c32f9ab9c 100644 --- a/textproc/latex2html/PLIST +++ b/textproc/latex2html/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/11/08 20:02:52 tonio Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/07 02:23:19 minskim Exp $ bin/latex2html bin/pstoimg bin/texexpand @@ -362,5 +362,3 @@ ${PKG_LOCALTEXMFPREFIX}/tex/latex/html/verbatimfiles.sty @dirrm share/latex2html/IndicTeX-HTML @dirrm share/latex2html @dirrm lib/latex2html -@exec mktexlsr -@unexec mktexlsr diff --git a/textproc/latex2html/distinfo b/textproc/latex2html/distinfo index 4ba2ddc90df..5e8f253d761 100644 --- a/textproc/latex2html/distinfo +++ b/textproc/latex2html/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2005/10/09 20:02:29 rillig Exp $ +$NetBSD: distinfo,v 1.9 2006/04/07 02:23:19 minskim Exp $ SHA1 (latex2html-2002-2-1.tar.gz) = 550830ce17be4d8a0d349db9b95bf15d0e5a7532 RMD160 (latex2html-2002-2-1.tar.gz) = 89f34463f11628b95f2963d29172825a908ac319 Size (latex2html-2002-2-1.tar.gz) = 1122706 bytes SHA1 (patch-aa) = 146235dbac76107a765b86b28a81329328d8e0db +SHA1 (patch-ab) = 91028fa0c0aa42eac056ed1ad9ee53c586eb1fb5 diff --git a/textproc/latex2html/patches/patch-ab b/textproc/latex2html/patches/patch-ab new file mode 100644 index 00000000000..6e67ab0697d --- /dev/null +++ b/textproc/latex2html/patches/patch-ab @@ -0,0 +1,20 @@ +$NetBSD: patch-ab,v 1.1 2006/04/07 02:23:19 minskim Exp $ + +--- config/install.pl.orig 2002-04-28 05:15:01.000000000 +0000 ++++ config/install.pl +@@ -394,10 +394,11 @@ if($cfg{TEXPATH}) { + } + } + closedir(DIR); +- if($ok && $cfg{MKTEXLSR}) { +- print "Info: Running $cfg{MKTEXLSR} to rebuild ls-R database...\n"; +- system($cfg{MKTEXLSR}); +- } ++# print/teTeX/module.mk will run mktexlsr automatically. ++# if($ok && $cfg{MKTEXLSR}) { ++# print "Info: Running $cfg{MKTEXLSR} to rebuild ls-R database...\n"; ++# system($cfg{MKTEXLSR}); ++# } + } + } + } |