diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-04 03:33:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-04 03:33:57 +0000 |
commit | 946a062e53ca8894953b201b770ce54981be68cc (patch) | |
tree | a14f76adb0cee6cb0507a6a98b01a84c2ce44e8b /math/py-matplotlib/files/patch-setup.py | |
parent | 0675f0cd93dd0b01890817bb1a02c4a4411dd81a (diff) |
Notes
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.py')
-rw-r--r-- | math/py-matplotlib/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-matplotlib/files/patch-setup.py b/math/py-matplotlib/files/patch-setup.py new file mode 100644 index 000000000000..b594846178ec --- /dev/null +++ b/math/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')) |