diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-02-25 16:55:31 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-02-25 16:56:14 +0300 |
commit | 9c8466566b01cf5b7bce9858c7f7948bd968e410 (patch) | |
tree | cc61ca5e6f6fa6c2bde35521e1fd3a5715a0acad /x11/xpra/files/patch-setup.py | |
parent | lang/gcc14-devel: Update to 14.0.1.s20240218 (diff) |
x11/xpra: Move manpages to share/man
Diffstat (limited to 'x11/xpra/files/patch-setup.py')
-rw-r--r-- | x11/xpra/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xpra/files/patch-setup.py b/x11/xpra/files/patch-setup.py new file mode 100644 index 000000000000..6c3f76f246b0 --- /dev/null +++ b/x11/xpra/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2024-02-06 07:54:06 UTC ++++ setup.py +@@ -1762,7 +1762,7 @@ else: + if data_ENABLED: + man_path = "share/man" + icons_dir = "icons" +- if OPENBSD or FREEBSD: ++ if OPENBSD: + man_path = "man" + if OPENBSD or FREEBSD or is_openSUSE(): + icons_dir = "pixmaps" |