freebsd-ports/audio/musicpc/files/patch-doc_meson.build
Thomas Zander 84d189608c Update to upstream version 0.31
Details:
- Add commands "queued", "seekthrough", "mount", "unmount"
- Support "search" with filter expression (MPD 0.21)
- Support "load" with range
- Allow only tag names after "list"
- Upstream log see
  https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.31/NEWS

PR:		232854
Submitted by:	uzsolt@uzsolt.hu (maintainer)
MFH:		2018Q4
2018-11-10 10:42:39 +00:00

9 lines
340 B
Text

--- doc/meson.build.orig 2018-10-24 08:31:33 UTC
+++ doc/meson.build
@@ -15,5 +15,5 @@ custom_target(
command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@/man1'],
build_by_default: true,
install: true,
- install_dir: get_option('datadir'),
+ install_dir: get_option('mandir'),
)