mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
devel/ipython: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
3070ea48ee
commit
db33acc253
2 changed files with 20 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= ipython
|
||||
PORTVERSION= 8.18.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
19
devel/ipython/files/patch-setupbase.py
Normal file
19
devel/ipython/files/patch-setupbase.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- setupbase.py.orig 2024-01-27 00:28:40 UTC
|
||||
+++ setupbase.py
|
||||
@@ -145,10 +145,7 @@ def find_data_files():
|
||||
Just man pages at this point.
|
||||
"""
|
||||
|
||||
- if "freebsd" in sys.platform:
|
||||
- manpagebase = pjoin('man', 'man1')
|
||||
- else:
|
||||
- manpagebase = pjoin('share', 'man', 'man1')
|
||||
+ manpagebase = pjoin('share', 'man', 'man1')
|
||||
|
||||
# Simple file lists can be made by hand
|
||||
manpages = [f for f in glob(pjoin('docs','man','*.1.gz')) if isfile(f)]
|
||||
@@ -346,4 +343,3 @@ def git_prebuild(pkg_dir, build_cmd=build_py):
|
||||
)
|
||||
|
||||
return MyBuildPy
|
||||
-
|
Loading…
Add table
Reference in a new issue