summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files/patch-setup.py
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2005-04-13 07:26:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2005-04-13 07:26:36 +0000
commitc61dedef20ac887743b975653f84d496d53f1b9d (patch)
tree25588554285e6a87246d3bf38ff868a7fd70475b /math/py-matplotlib/files/patch-setup.py
parentAdd patch.4.1.25.2 to fix these bugs, quoting SleepyCat (diff)
minor fix path problem
Notes
Notes: svn path=/head/; revision=133206
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.py')
-rw-r--r--math/py-matplotlib/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/py-matplotlib/files/patch-setup.py b/math/py-matplotlib/files/patch-setup.py
deleted file mode 100644
index 8dd8f58509ba..000000000000
--- a/math/py-matplotlib/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig Sat Jan 22 02:42:00 2005
-+++ setup.py Thu Jan 27 17:49:21 2005
-@@ -77,7 +77,7 @@
- data.extend(glob.glob('images/*.ppm'))
- data.append('.matplotlibrc')
-
--data_files=[('share/matplotlib', data),]
-+data_files=[('share/py-matplotlib', data),]
-
- # Figure out which array packages to provide binary support for
- # and define the NUMERIX value: Numeric, numarray, or both.