summaryrefslogtreecommitdiff
path: root/media-sound/ncmpc/files/ncmpc-0.33-mandir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/ncmpc/files/ncmpc-0.33-mandir.patch')
-rw-r--r--media-sound/ncmpc/files/ncmpc-0.33-mandir.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-sound/ncmpc/files/ncmpc-0.33-mandir.patch b/media-sound/ncmpc/files/ncmpc-0.33-mandir.patch
deleted file mode 100644
index 0bc3798bc5e7..000000000000
--- a/media-sound/ncmpc/files/ncmpc-0.33-mandir.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 821acdad907d1558c570bca6e2ac63d55905f363 Mon Sep 17 00:00:00 2001
-From: kaliko <kaliko@azylum.org>
-Date: Mon, 10 Dec 2018 13:46:42 +0100
-Subject: [PATCH] Fixed manual install dir
-
----
- doc/meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/doc/meson.build b/doc/meson.build
-index aadea58..f4b491d 100644
---- a/doc/meson.build
-+++ b/doc/meson.build
-@@ -30,9 +30,9 @@ endif
- if get_option('manual')
- custom_target(
- 'Manpage documentation',
-- output: 'man',
-+ output: 'man1',
- input: ['index.rst', 'conf.py'],
-- command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', meson.current_source_dir(), '@OUTPUT@/man1'],
-+ command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/man_doctrees', meson.current_source_dir(), '@OUTPUT@'],
- build_by_default: true,
- install: true,
- install_dir: get_option('mandir'),