ports/devel/ipython5/files/patch-setupbase.py
Ruslan Makhmatkhanov b09bba4e33 Add devel/ipython5 port
Copy ipython 5.x to it's own port, because it's the last branch that support
both python branches. Current mainline version (6.x) is only support py 3.x.
devel/ipython port would be updated to 6.x per discussion in D16508

With hat:	python
Differential Revision:	https://reviews.freebsd.org/D16508
2018-08-05 17:03:50 +00:00

11 lines
365 B
Python

--- setupbase.py.orig 2016-08-13 12:56:43 UTC
+++ setupbase.py
@@ -203,7 +203,7 @@ def find_data_files():
Just man pages at this point.
"""
- 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)]