summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib/files/patch-setup.py
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-08-04 03:32:14 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-08-04 03:32:14 +0000
commita32773c0d03c62930899ad5683baca837bea95a7 (patch)
treef0fdc03f72988c19252a4077c8f146ba9fea44ee /graphics/py-matplotlib/files/patch-setup.py
parent[maintainer update] textproc/skim -- fix build (diff)
add py-matplotlib 0.60.2
A plotting library uses a syntax familiar to matlab users
Notes
Notes: svn path=/head/; revision=115377
Diffstat (limited to 'graphics/py-matplotlib/files/patch-setup.py')
-rw-r--r--graphics/py-matplotlib/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-matplotlib/files/patch-setup.py b/graphics/py-matplotlib/files/patch-setup.py
new file mode 100644
index 000000000000..b594846178ec
--- /dev/null
+++ b/graphics/py-matplotlib/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig Wed Aug 4 11:22:03 2004
++++ setup.py Wed Aug 4 11:22:48 2004
+@@ -66,7 +66,7 @@
+ data.extend(glob.glob('images/*.ppm'))
+ data.append('.matplotlibrc')
+
+-data_files=[('share/matplotlib', data),]
++data_files=[('share/py-matplotlib', data),]
+
+ cxx = glob.glob('CXX/*.cxx')
+ cxx.extend(glob.glob('CXX/*.c'))