1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/audio/musicpc/files/patch-doc_meson.build
Tobias C. Berner 801f001c09 audio/musicpc: update to 0.33
PR:		241670
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2019-11-02 13:27:37 +00:00

10 lines
344 B
Plaintext

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