aboutsummaryrefslogtreecommitdiff
path: root/audio/sound-juicer
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-09-17 09:39:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-09-17 09:39:16 +0000
commit6c700340f113993983bf94aa3e7476cd47aa0696 (patch)
tree7c3d2725245f63db07c89b311d4e6ee95b272362 /audio/sound-juicer
parentb59d0199d1956096b9704b6f193a3393768966a5 (diff)
downloadports-6c700340f113993983bf94aa3e7476cd47aa0696.tar.gz
ports-6c700340f113993983bf94aa3e7476cd47aa0696.zip
Commit the forgotten patch file
Notes
Notes: svn path=/head/; revision=548834
Diffstat (limited to 'audio/sound-juicer')
-rw-r--r--audio/sound-juicer/files/patch-meson.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/sound-juicer/files/patch-meson.build b/audio/sound-juicer/files/patch-meson.build
new file mode 100644
index 000000000000..35898791bf24
--- /dev/null
+++ b/audio/sound-juicer/files/patch-meson.build
@@ -0,0 +1,11 @@
+--- meson.build.orig 2020-09-12 03:40:20 UTC
++++ meson.build
+@@ -7,7 +7,7 @@ sound_juicer_libdir = join_paths(sound_juicer_prefix,
+ sound_juicer_libexecdir = join_paths(sound_juicer_prefix, get_option('libexecdir'))
+ sound_juicer_localedir = join_paths(sound_juicer_prefix, get_option('localedir'))
+
+-sound_juicer_docdir = join_paths(sound_juicer_prefix, 'doc', meson.project_name())
++sound_juicer_docdir = join_paths(sound_juicer_prefix, 'share/doc', meson.project_name())
+
+ gnome = import('gnome')
+ i18n = import('i18n')