summaryrefslogtreecommitdiff
path: root/graphics/yplot
diff options
context:
space:
mode:
authorjtb <jtb>2001-06-22 14:05:36 +0000
committerjtb <jtb>2001-06-22 14:05:36 +0000
commitcefb6ffac00c6deb5f16906267b9fcee4b8045a7 (patch)
tree1d7f5650268c2b170c10e5134c43470ab87e5852 /graphics/yplot
parent488fd212bfd2321530577ab834745876fc1d573b (diff)
downloadpkgsrc-cefb6ffac00c6deb5f16906267b9fcee4b8045a7.tar.gz
Install yorick files under ${PREFIX}/share instead of ${PREFIX}/lib.
Diffstat (limited to 'graphics/yplot')
-rw-r--r--graphics/yplot/distinfo4
-rw-r--r--graphics/yplot/patches/patch-ab6
-rw-r--r--graphics/yplot/pkg/PLIST8
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/yplot/distinfo b/graphics/yplot/distinfo
index ed5578590a0..9e226532296 100644
--- a/graphics/yplot/distinfo
+++ b/graphics/yplot/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2001/06/20 12:58:56 jtb Exp $
+$NetBSD: distinfo,v 1.4 2001/06/22 14:05:36 jtb Exp $
SHA1 (yplot-1.1.0.tar.gz) = f1b6d91c6ee1939144ba61eaa74a5a951f724372
Size (yplot-1.1.0.tar.gz) = 71736 bytes
SHA1 (patch-aa) = f9c538f5e262ac10b00a6669162f3336f4285f7a
-SHA1 (patch-ab) = f0af8444900b23fc0e697c32405b5ac50834736f
+SHA1 (patch-ab) = 4ff489cfafd112398dbe55d1ece83e9cca142c27
SHA1 (patch-ac) = b4613e0d52de3eb94e85958b47c70679ecb8abe1
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
##############################################
diff --git a/graphics/yplot/pkg/PLIST b/graphics/yplot/pkg/PLIST
index f5a4cb2a81a..816250dc54d 100644
--- a/graphics/yplot/pkg/PLIST
+++ b/graphics/yplot/pkg/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2001/06/20 12:58:57 jtb Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/06/22 14:05:37 jtb Exp $
bin/yplot
bin/yplotl
-lib/yorick/1.4/contrib/yplot.i
-lib/yorick/1.4/contrib/yplotl.i
+share/yorick/1.4/contrib/yplot.i
+share/yorick/1.4/contrib/yplotl.i
share/examples/yplot/demo1.i
share/examples/yplot/demo2.i
share/examples/yplot/demo3.i
@@ -46,4 +46,4 @@ share/doc/yplot/ytut.dvi
share/doc/yplot/ytut.ps.gz
@dirrm share/doc/yplot
@dirrm share/examples/yplot
-@unexec rmdir %D/lib/yorick/1.4/contrib 2>/dev/null || true
+@unexec rmdir %D/share/yorick/1.4/contrib 2>/dev/null || true