aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 21:34:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 21:34:05 +0000
commit6c3c0ff0028f3c1b81c797152944e2d1bf043dc7 (patch)
tree11d077c4cef680c8f041527a28079537422e1899
parenteba359e8f3f08faf5fdf16ddfc2aa87afb62cd3b (diff)
downloadports-6c3c0ff0028f3c1b81c797152944e2d1bf043dc7.tar.gz
ports-6c3c0ff0028f3c1b81c797152944e2d1bf043dc7.zip
multimedia/quodlibet: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--multimedia/quodlibet/Makefile2
-rw-r--r--multimedia/quodlibet/files/patch-gdist_man.py11
2 files changed, 1 insertions, 12 deletions
diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile
index 659cc2ecee92..33e114739d84 100644
--- a/multimedia/quodlibet/Makefile
+++ b/multimedia/quodlibet/Makefile
@@ -1,6 +1,6 @@
PORTNAME= quodlibet
DISTVERSION= 4.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia audio python
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${DISTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/multimedia/quodlibet/files/patch-gdist_man.py b/multimedia/quodlibet/files/patch-gdist_man.py
deleted file mode 100644
index e27a5c15a9e0..000000000000
--- a/multimedia/quodlibet/files/patch-gdist_man.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- gdist/man.py.orig 2019-10-05 20:22:11 UTC
-+++ gdist/man.py
-@@ -54,7 +54,7 @@ class install_man(Command):
- )
-
- if self.mandir is None:
-- self.mandir = os.path.join(self.install_dir, 'share', 'man')
-+ self.mandir = os.path.join(self.install_dir, 'man')
-
- self.man_pages = self.distribution.man_pages
- for man_page in self.man_pages: