summaryrefslogtreecommitdiff
path: root/graphics/yplot/patches
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-06-22 14:05:36 +0000
committerjtb <jtb@pkgsrc.org>2001-06-22 14:05:36 +0000
commit17b2810279856fb8a578f2049ef3c0ca5fab1dcc (patch)
tree1d7f5650268c2b170c10e5134c43470ab87e5852 /graphics/yplot/patches
parent46f66478d7fe806bf3936eced06e830449cc25e8 (diff)
downloadpkgsrc-17b2810279856fb8a578f2049ef3c0ca5fab1dcc.tar.gz
Install yorick files under ${PREFIX}/share instead of ${PREFIX}/lib.
Diffstat (limited to 'graphics/yplot/patches')
-rw-r--r--graphics/yplot/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/yplot/patches/patch-ab b/graphics/yplot/patches/patch-ab
index 0d5d1f4999e..79f953fbc6e 100644
--- a/graphics/yplot/patches/patch-ab
+++ b/graphics/yplot/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2001/06/20 12:58:56 jtb Exp $
+$NetBSD: patch-ab,v 1.3 2001/06/22 14:05:37 jtb Exp $
--- Makefile.build.in.orig Wed Jun 20 03:59:57 2001
+++ Makefile.build.in
@@ -26,8 +26,8 @@ $NetBSD: patch-ab,v 1.2 2001/06/20 12:58:56 jtb Exp $
+ $(BSD_INSTALL_DATA_DIR) $(ROOT)$(YPLOT_PREFIX)/share/examples/yplot
+ $(BSD_INSTALL_DATA) doc/*.i doc/test.dat \
+ $(ROOT)$(YPLOT_PREFIX)/share/examples/yplot
-+ $(BSD_INSTALL_DATA_DIR) $(ROOT)$(YORICK_CONTRIB_PREFIX)/contrib
-+ $(BSD_INSTALL_DATA) yplot.i yplotl.i $(ROOT)$(YORICK_CONTRIB_PREFIX)/contrib
++ $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/yorick/1.4/contrib
++ $(BSD_INSTALL_DATA) yplot.i yplotl.i $(PREFIX)/share/yorick/1.4/contrib
##############################################