mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 22:39:16 -04:00
11 lines
420 B
Python
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.
|