git: 9af9cf9c1ea9 - main - devel/bpython: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 17:13:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9af9cf9c1ea9f75adb3c111888f29ba4919e1332 commit 9af9cf9c1ea9f75adb3c111888f29ba4919e1332 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 17:10:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 17:10:44 +0000 devel/bpython: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) --- devel/bpython/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/devel/bpython/files/patch-setup.py b/devel/bpython/files/patch-setup.py new file mode 100644 index 000000000000..43b0d717898e --- /dev/null +++ b/devel/bpython/files/patch-setup.py @@ -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"