mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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
11 lines
365 B
Python
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)]
|