ports/devel/ipython/files/patch-setupbase.py
Antoine Brodin ed6b109252 - Update to 5.1.0
- Pass maintainership to python@
- Notebook is now a seperate (upcoming) port
2017-01-09 18:51:47 +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)]