devel/bpython: Update manpage location (003a571d1d, r523104)

This commit is contained in:
Po-Chuan Hsieh 2024-03-10 01:10:44 +08:00
parent 9c6884cbb6
commit 9af9cf9c1e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2023-01-18 12:48:13 UTC
+++ setup.py
@@ -139,7 +139,7 @@ if using_sphinx:
build.sub_commands.insert(0, ("build_sphinx_man", None))
cmdclass["build_sphinx_man"] = BuildDoc
- if platform.system() in ("FreeBSD", "OpenBSD"):
+ if platform.system() in ("OpenBSD"):
man_dir = "man"
else:
man_dir = "share/man"