summaryrefslogtreecommitdiff
path: root/converters/wv/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-10-16 15:34:12 +0000
committerrh <rh@pkgsrc.org>2000-10-16 15:34:12 +0000
commite1b1d96bc1284e7277cac3e0d16397041ef4ab2d (patch)
tree50c737591fc69816b4687401e641df74e1584232 /converters/wv/patches
parentdf94b773ce4fceb5d9bef9d8e1b0cb4d9b3e8869 (diff)
downloadpkgsrc-e1b1d96bc1284e7277cac3e0d16397041ef4ab2d.tar.gz
Substitute $PREFIX/lib --> $PREFIX/share in scripts
Diffstat (limited to 'converters/wv/patches')
-rw-r--r--converters/wv/patches/patch-af13
-rw-r--r--converters/wv/patches/patch-ag13
-rw-r--r--converters/wv/patches/patch-ah13
3 files changed, 39 insertions, 0 deletions
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