diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-06-06 18:11:27 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-06-06 18:18:15 +0300 |
commit | aa56b19e4a3d2a3d45f97f5c4f523481ce2d6351 (patch) | |
tree | ab188e0b861d9d4c39c6451c48595166c3a1a6d9 /x11/xpra/files/patch-setup.py | |
parent | sysutils/containerd: Update to 1.7.18 (diff) |
x11/xpra: Update to 6.0.1
Diffstat (limited to 'x11/xpra/files/patch-setup.py')
-rw-r--r-- | x11/xpra/files/patch-setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/xpra/files/patch-setup.py b/x11/xpra/files/patch-setup.py deleted file mode 100644 index 6c3f76f246b0..000000000000 --- a/x11/xpra/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- 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" |