From fe92f5bb10b6fbe6c81b2a98800a66f50191e061 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 18 Jan 2006 22:09:06 +0000 Subject: - Update to 0.7.0 PR: ports/91702 Submitted by: Dryice Liu (maintainer) --- devel/ipython/files/patch-setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'devel/ipython/files/patch-setup.py') diff --git a/devel/ipython/files/patch-setup.py b/devel/ipython/files/patch-setup.py index 65b93729fdfa..17e27c1cd69c 100644 --- a/devel/ipython/files/patch-setup.py +++ b/devel/ipython/files/patch-setup.py @@ -1,9 +1,9 @@ ---- setup.py.orig Wed Dec 1 07:32:32 2004 -+++ setup.py Wed Dec 1 16:31:21 2004 +--- setup.py.orig Thu Jan 12 12:45:02 2006 ++++ setup.py Thu Jan 12 12:45:29 2006 @@ -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. + # Note that http://www.redbrick.dcu.ie/~noel/distutils.html, ex. 2/3, contain + # 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-%s' % version -manpagebase = 'share/man/man1' +docdirbase = 'share/doc/ipython' -- cgit v1.2.3