svn commit: r548834 - head/audio/sound-juicer/files

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 17 09:39:17 UTC 2020


Author: bapt
Date: Thu Sep 17 09:39:16 2020
New Revision: 548834
URL: https://svnweb.freebsd.org/changeset/ports/548834

Log:
  Commit the forgotten patch file

Added:
  head/audio/sound-juicer/files/
  head/audio/sound-juicer/files/patch-meson.build   (contents, props changed)

Added: head/audio/sound-juicer/files/patch-meson.build
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/sound-juicer/files/patch-meson.build	Thu Sep 17 09:39:16 2020	(r548834)
@@ -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')


More information about the svn-ports-all mailing list