summaryrefslogtreecommitdiff
path: root/print/html2ps/patches
diff options
context:
space:
mode:
authorminskim <minskim>2009-03-08 19:17:10 +0000
committerminskim <minskim>2009-03-08 19:17:10 +0000
commit0df730529e32dc6577e9dde6611e763f774d57c1 (patch)
tree6412f7e6ca8392eb86110be6fa22557a7d2d8890 /print/html2ps/patches
parentb73661ed644c6b7c3ea965fa50ed3a0656fdcb16 (diff)
downloadpkgsrc-0df730529e32dc6577e9dde6611e763f774d57c1.tar.gz
Adjust the hardcoded path to hyphen.tex.
This package should use kpsewhich to find a .tex file in the texmf tree. While here, add a dependency to dvipsk so that this package can find dvips at run-time. Noted by Bernd Ernesti.
Diffstat (limited to 'print/html2ps/patches')
-rw-r--r--print/html2ps/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/html2ps/patches/patch-aa b/print/html2ps/patches/patch-aa
index 56932cb07ac..df715b12e43 100644
--- a/print/html2ps/patches/patch-aa
+++ b/print/html2ps/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2006/05/26 18:19:15 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2009/03/08 19:17:11 minskim Exp $
--- install.orig 2005-03-03 12:25:29.000000000 +0000
+++ install
@@ -74,7 +74,7 @@ $NetBSD: patch-aa,v 1.4 2006/05/26 18:19:15 wiz Exp $
$hfile = "";
($texdir = $dir{'TeX'}) =~ s|/bin$||;
- SW:for("texmf/tex/generic/hyphen","macros","inputs","lib/macros",
-+ SW:for("share/texmf-dist/tex/generic/hyphen","macros","inputs","lib/macros",
++ SW:for("share/texmf/tex/generic/hyphen","macros","inputs","lib/macros",
"lib/inputs","lib/tex/macros","lib/tex/inputs") {
if(-f "$texdir/$_/ushyph1.tex") {
$hyph = "$texdir/$_";