Import of pkgsrc-2014Q1
This commit is contained in:
13
devel/py-ipython1/patches/patch-setupbase.py
Normal file
13
devel/py-ipython1/patches/patch-setupbase.py
Normal file
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-setupbase.py,v 1.1 2014/01/22 10:58:37 drochner Exp $
|
||||
|
||||
--- setupbase.py.orig 2012-10-21 00:30:54.000000000 +0000
|
||||
+++ setupbase.py
|
||||
@@ -201,7 +201,7 @@ def find_data_files():
|
||||
"""
|
||||
|
||||
docdirbase = pjoin('share', 'doc', 'ipython')
|
||||
- manpagebase = pjoin('share', 'man', 'man1')
|
||||
+ manpagebase = pjoin(os.environ.get('PKGMANDIR'), 'man1')
|
||||
|
||||
# Simple file lists can be made by hand
|
||||
manpages = [f for f in glob(pjoin('docs','man','*.1.gz')) if isfile(f)]
|
||||
Reference in New Issue
Block a user