mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- Move to gtk3 and gstreamer-1.0 [1] - Add dependencies on musicbrainzngs, notification-daemon, libsoup, libwebkit2gtk-4.0, pygobject3 [1] - Remove gconf, python, musepack from USE_GSTREAMER (not in gstreamer 1.0) - Change name of gstreamer mp3 plugin from mp3 to mad (per gstreamer 1.0 ports) - Add LICENSE_FILE, and general port tidy-up - Update WWW link to new project site - Remove pkg-message regarding adding new plugins, as they are now bundled [1] [1] https://quodlibet.readthedocs.org/en/latest/packaging.html Changes this release: https://quodlibet.readthedocs.org/en/latest/changelog.html PR: 208988 Reviewed by: mat (mentor) Approved by: johnson.peter@gmail.com (maintainer timeout), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6604
11 lines
391 B
Python
11 lines
391 B
Python
--- gdist/man.py.orig 2016-04-22 21:47:37 UTC
|
|
+++ gdist/man.py
|
|
@@ -40,7 +40,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:
|