diff options
Diffstat (limited to 'mail/balsa2/patches/patch-ac')
-rw-r--r-- | mail/balsa2/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/balsa2/patches/patch-ac b/mail/balsa2/patches/patch-ac new file mode 100644 index 00000000000..7bfd6faac5e --- /dev/null +++ b/mail/balsa2/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $ + +--- sounds/Makefile.in.orig 2003-03-22 19:45:30.000000000 +1000 ++++ sounds/Makefile.in +@@ -126,7 +126,7 @@ EXTRA_DIST = $(balsa_SOUNDS) $(balsa_SOU + balsasoundsdir = $(datadir)/sounds/balsa + balsasounds_DATA = $(balsa_SOUNDS) + +-soundlistdir = $(sysconfdir)/sound/events ++soundlistdir = ${prefix}/share/examples/balsa + soundlist_DATA = $(balsa_SOUNDLISTS) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h |