diff options
author | rh <rh> | 2000-10-16 15:34:12 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-16 15:34:12 +0000 |
commit | d5c908ef452be9afdd93215b492a15defe26dd86 (patch) | |
tree | 50c737591fc69816b4687401e641df74e1584232 /converters | |
parent | 7b1351ee4cd46b3710c2f8e83e4c39faac483ee5 (diff) | |
download | pkgsrc-d5c908ef452be9afdd93215b492a15defe26dd86.tar.gz |
Substitute $PREFIX/lib --> $PREFIX/share in scripts
Diffstat (limited to 'converters')
-rw-r--r-- | converters/wv/files/patch-sum | 5 | ||||
-rw-r--r-- | converters/wv/patches/patch-af | 13 | ||||
-rw-r--r-- | converters/wv/patches/patch-ag | 13 | ||||
-rw-r--r-- | converters/wv/patches/patch-ah | 13 |
4 files changed, 43 insertions, 1 deletions
diff --git a/converters/wv/files/patch-sum b/converters/wv/files/patch-sum index 7ab8997160d..3616a073847 100644 --- a/converters/wv/files/patch-sum +++ b/converters/wv/files/patch-sum @@ -1,7 +1,10 @@ -$NetBSD: patch-sum,v 1.4 2000/10/16 15:14:23 rh Exp $ +$NetBSD: patch-sum,v 1.5 2000/10/16 15:34:12 rh Exp $ MD5 (patch-aa) = e265e430abdc0cc5cc2e7ccfa4728353 MD5 (patch-ab) = 04252edd7ebc3c0d5ec4d07f8d00966c MD5 (patch-ac) = 35539af46672e33a6a7fcddd348548cb MD5 (patch-ad) = 35f4a87bb195ad980ffaf05f3c2fa548 MD5 (patch-ae) = 40357654775d4c15fd4584392f8297d9 +MD5 (patch-af) = 68aa3b8c5740aaf3043bf70f5ea8f031 +MD5 (patch-ag) = a01d2e0594ca2b98c712cc95874025de +MD5 (patch-ah) = cf4810ac50d53101cde94df46eb1fdd4 diff --git a/converters/wv/patches/patch-af b/converters/wv/patches/patch-af new file mode 100644 index 00000000000..08a3566af78 --- /dev/null +++ b/converters/wv/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2000/10/16 15:34:12 rh Exp $ + +--- wvCleanLatex.in.orig Mon Oct 16 17:23:06 2000 ++++ wvCleanLatex.in +@@ -2,7 +2,7 @@ + + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-libdir=@libdir@ ++libdir=${prefix}/share + + # argument checking + if [ ${#} -ne "2" ]; then diff --git a/converters/wv/patches/patch-ag b/converters/wv/patches/patch-ag new file mode 100644 index 00000000000..8842c8c33f4 --- /dev/null +++ b/converters/wv/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2000/10/16 15:34:12 rh Exp $ + +--- wvHtml.in.orig Mon Oct 16 17:23:11 2000 ++++ wvHtml.in +@@ -2,7 +2,7 @@ + + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-libdir=@libdir@ ++libdir=${prefix}/share + + # argument checking + if [ ${#} -ne "2" ]; then diff --git a/converters/wv/patches/patch-ah b/converters/wv/patches/patch-ah new file mode 100644 index 00000000000..56ad87c2b48 --- /dev/null +++ b/converters/wv/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2000/10/16 15:34:12 rh Exp $ + +--- wvLatex.in.orig Mon Oct 16 17:23:15 2000 ++++ wvLatex.in +@@ -2,7 +2,7 @@ + + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-libdir=@libdir@ ++libdir=${prefix}/share + + # argument checking + if [ ${#} -ne "2" ]; then |