diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-18 22:09:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-18 22:09:06 +0000 |
commit | fe92f5bb10b6fbe6c81b2a98800a66f50191e061 (patch) | |
tree | 42c30d1fed220699943cab2fd31e50f4440d2fbb /devel/ipython/files/patch-setup.py | |
parent | - Update to 1.0 (diff) |
- Update to 0.7.0
PR: ports/91702
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
Notes
Notes:
svn path=/head/; revision=153845
Diffstat (limited to 'devel/ipython/files/patch-setup.py')
-rw-r--r-- | devel/ipython/files/patch-setup.py | 10 |
1 files changed, 5 insertions, 5 deletions
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' |