summaryrefslogtreecommitdiff
path: root/devel/ipython/files/patch-setup.py
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-12-06 18:15:28 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-12-06 18:15:28 +0000
commit9caf3d7e357aca7694c8538459db924587c78588 (patch)
tree9e1a6d3d71d48616f3a46272bf59df3289e78d0f /devel/ipython/files/patch-setup.py
parentAdd nanix-aya 2.4.3, is a desktop mascot program which is compatible (diff)
Add port for ipython 0.50,
An enhanced Interactive Python shell. PR: 59981 Submitted by: Dryice Liu <dryice@hotpop.com>
Diffstat (limited to 'devel/ipython/files/patch-setup.py')
-rw-r--r--devel/ipython/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ipython/files/patch-setup.py b/devel/ipython/files/patch-setup.py
new file mode 100644
index 000000000000..ffc75b7d50ff
--- /dev/null
+++ b/devel/ipython/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig Thu Nov 20 10:26:08 2003
++++ setup.py Thu Nov 20 10:26:55 2003
+@@ -85,7 +85,7 @@
+ # I can't find how to make distutils create a nested dir. structure, so
+ # in the meantime do it manually. Butt ugly.
+ docdirbase = 'share/doc/IPython'
+-manpagebase = 'share/man/man1'
++manpagebase = 'man/man1'
+ docfiles = filter(isfile, glob('doc/*[!~|.lyx|.sh|.1|.1.gz]'))
+ examfiles = filter(isfile, glob('doc/examples/*.py'))
+ manfiles = filter(isfile, glob('doc/manual/*.html')) + \