summaryrefslogtreecommitdiff
path: root/textproc/latex2html/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/latex2html/patches/patch-ab')
-rw-r--r--textproc/latex2html/patches/patch-ab20
1 files changed, 20 insertions, 0 deletions
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});
++# }
+ }
+ }
+ }