freebsd-ports/devel/ipython/files/patch-setup.py
Hye-Shik Chang 9caf3d7e35 Add port for ipython 0.50,
An enhanced Interactive Python shell.

PR:		59981
Submitted by:	Dryice Liu <dryice@hotpop.com>
2003-12-06 18:15:28 +00:00

11 lines
496 B
Python

--- 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')) + \