opnsense-ports/devel/ipython/files/patch-setupbase.py
Franco Fichtner 05ec040734 */*: sync with upstream
Taken from: FreeBSD
2015-05-23 07:42:34 +02:00

11 lines
318 B
Python

--- setupbase.py.orig
+++ setupbase.py
@@ -272,7 +272,7 @@
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)]