freebsd-ports/devel/ipython/files/patch-setup.py
Volker Stolz 87aae6254e Update to 0.6.5
PR:		ports/74575
Submitted by:	maintainer
2004-12-07 11:52:52 +00:00

13 lines
456 B
Python

--- setup.py.orig Wed Dec 1 07:32:32 2004
+++ setup.py Wed Dec 1 16:31:21 2004
@@ -99,8 +99,8 @@
# 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-%s' % version
-manpagebase = 'share/man/man1'
+docdirbase = 'share/doc/ipython'
+manpagebase = 'man/man1'
# We only need to exclude from this things NOT already excluded in the
# MANIFEST.in file.