diff options
author | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:53:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:53:50 +0000 |
commit | 7317302f370e179051941ce28e1373d8bc6c95b1 (patch) | |
tree | 213bf82da0bde64a41b69760c96eb227f8a25fcf /math/plplot/files | |
parent | Update to version 4.2a. (diff) |
- Remove obsolete site form MASTER_SITES
- Change location of data files from libdata/ to share/
PR: 20755
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'math/plplot/files')
-rw-r--r-- | math/plplot/files/patch-aa | 2 | ||||
-rw-r--r-- | math/plplot/files/patch-ae | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/plplot/files/patch-aa b/math/plplot/files/patch-aa index ff13bb319a2f..43b771cb94c0 100644 --- a/math/plplot/files/patch-aa +++ b/math/plplot/files/patch-aa @@ -72,7 +72,7 @@ + DEMOS_DIR=$prefix/share/examples/plplot +fi +if test -z "$DATA_DIR"; then -+ DATA_DIR=$prefix/libdata/plplot ++ DATA_DIR=$prefix/share/plplot fi cat >> confdefs.h <<EOF diff --git a/math/plplot/files/patch-ae b/math/plplot/files/patch-ae index b70691413dd3..530df031e806 100644 --- a/math/plplot/files/patch-ae +++ b/math/plplot/files/patch-ae @@ -5,7 +5,7 @@ #ifndef PLLIBDEV -#define PLLIBDEV "/usr/local/plplot/lib" -+#define PLLIBDEV "%%PREFIX%%/libdata/plplot" ++#define PLLIBDEV "%%PREFIX%%/share/plplot" #endif #endif |