mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
557 B
Plaintext
14 lines
557 B
Plaintext
$NetBSD: patch-ac,v 1.5 2013/08/16 02:04:25 obache Exp $
|
|
|
|
--- sounds/Makefile.in.orig 2013-02-14 20:01:55.000000000 +0000
|
|
+++ sounds/Makefile.in
|
|
@@ -303,7 +303,7 @@ top_srcdir = @top_srcdir@
|
|
balsa_SOUNDS = startup.wav newmail.wav
|
|
balsasoundsdir = $(datadir)/sounds/balsa
|
|
balsasounds_DATA = $(balsa_SOUNDS)
|
|
-soundlistdir = $(sysconfdir)/sound/events
|
|
+soundlistdir = ${prefix}/share/examples/balsa
|
|
soundlist_in_files = balsa.soundlist.in
|
|
soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
|
|
EXTRA_DIST = $(balsa_SOUNDS) $(soundlist_in_files)
|