summaryrefslogtreecommitdiff
path: root/math/plplot/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/plplot/files')
-rw-r--r--math/plplot/files/patch-aa2
-rw-r--r--math/plplot/files/patch-ae2
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