From b3fcfac82680f5f7a5a6c719acd6755bad474239 Mon Sep 17 00:00:00 2001 From: rh Date: Mon, 16 Oct 2000 15:34:12 +0000 Subject: Substitute $PREFIX/lib --> $PREFIX/share in scripts --- converters/wv/files/patch-sum | 5 ++++- converters/wv/patches/patch-af | 13 +++++++++++++ converters/wv/patches/patch-ag | 13 +++++++++++++ converters/wv/patches/patch-ah | 13 +++++++++++++ 4 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 converters/wv/patches/patch-af create mode 100644 converters/wv/patches/patch-ag create mode 100644 converters/wv/patches/patch-ah (limited to 'converters/wv') 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 -- cgit v1.2.3