From e5bb7dfcaa6d1110498ce7ba49740d3a76fe868c Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Thu, 22 May 2014 21:05:22 +0000 Subject: Upgrade to version 2.1.0. --- devel/ipython/files/patch-setupbase.py | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'devel/ipython/files/patch-setupbase.py') diff --git a/devel/ipython/files/patch-setupbase.py b/devel/ipython/files/patch-setupbase.py index c3446a790af2..b31efb92eb07 100644 --- a/devel/ipython/files/patch-setupbase.py +++ b/devel/ipython/files/patch-setupbase.py @@ -3,20 +3,12 @@ $FreeBSD$ --- setupbase.py.orig +++ setupbase.py -@@ -208,7 +208,7 @@ +@@ -272,7 +272,7 @@ + Just man pages at this point. """ - docdirbase = pjoin('share', 'doc', 'ipython') - manpagebase = pjoin('share', 'man', 'man1') + manpagebase = pjoin('man', 'man1') # Simple file lists can be made by hand manpages = [f for f in glob(pjoin('docs','man','*.1.gz')) if isfile(f)] -@@ -232,7 +232,6 @@ - - # And assemble the entire output list - data_files = [ (manpagebase, manpages), -- (pjoin(docdirbase, 'extensions'), igridhelpfiles), - ] + manual_files + example_files - - return data_files -- cgit v1.2.3