ports/devel/ipython/files/patch-setup.py
Dryice Dong Liu 4b5a571da8 - update to 0.8.4
- fix plist with NOPORTDOCS set, thanks itetcu@ for pointing out
2008-06-05 12:21:14 +00:00

11 lines
420 B
Python

--- setup.py.orig 2008-06-01 06:31:42.000000000 +0800
+++ setup.py 2008-06-05 16:05:08.000000000 +0800
@@ -107,7 +107,7 @@
# information on how to do this more cleanly once python 2.4 can be assumed.
# Thanks to Noel for the tip.
docdirbase = 'share/doc/ipython'
-manpagebase = 'share/man/man1'
+manpagebase = 'man/man1'
# We only need to exclude from this things NOT already excluded in the
# MANIFEST.in file.