summaryrefslogtreecommitdiff
path: root/mail/balsa/patches/patch-sounds_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/balsa/patches/patch-sounds_Makefile.in')
-rw-r--r--mail/balsa/patches/patch-sounds_Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/balsa/patches/patch-sounds_Makefile.in b/mail/balsa/patches/patch-sounds_Makefile.in
new file mode 100644
index 00000000000..ebf6b338f9e
--- /dev/null
+++ b/mail/balsa/patches/patch-sounds_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-sounds_Makefile.in,v 1.1 2019/09/14 18:57:10 nia Exp $
+
+Install configuration file to examples.
+
+--- sounds/Makefile.in.orig 2019-09-14 18:40:39.609951201 +0000
++++ sounds/Makefile.in
+@@ -351,7 +351,7 @@ top_srcdir = @top_srcdir@
+ balsa_SOUNDS = startup.wav newmail.wav
+ balsasoundsdir = $(datadir)/sounds/balsa
+ balsasounds_DATA = $(balsa_SOUNDS)
+-soundlistdir = $(sysconfdir)/sound/events
++soundlistdir = $(datadir)/examples/balsa
+ soundlist_in_files = balsa.soundlist.in
+ soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
+ EXTRA_DIST = $(balsa_SOUNDS) $(soundlist_in_files)