diff options
author | gdt <gdt@pkgsrc.org> | 2006-09-05 01:11:04 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-09-05 01:11:04 +0000 |
commit | 28c01f27a754e7d54c97d27adae949cff42378e7 (patch) | |
tree | f94d9813a7050ce12e0e8d12b6203799fd3b65f7 /mail/mail-notification | |
parent | 3fc4599f372d7dbc524a5661f523cd843710d3d7 (diff) | |
download | pkgsrc-28c01f27a754e7d54c97d27adae949cff42378e7.tar.gz |
add patch that should have been in last commit
Diffstat (limited to 'mail/mail-notification')
-rw-r--r-- | mail/mail-notification/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mail-notification/patches/patch-af b/mail/mail-notification/patches/patch-af new file mode 100644 index 00000000000..7bc2cd15895 --- /dev/null +++ b/mail/mail-notification/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2006/09/05 01:11:04 gdt Exp $ + +--- data/Makefile.in.orig 2006-06-14 03:46:13.000000000 -0400 ++++ data/Makefile.in +@@ -282,7 +282,7 @@ target_vendor = @target_vendor@ + # gnome_cappletdir is defined by configure + gnome_capplet_in_files = mail-notification-properties.desktop.in + gnome_capplet_DATA = mail-notification-properties.desktop +-autostartdir = $(sysconfdir)/xdg/autostart ++autostartdir = $(prefix)/share/applications + autostart_in_files = mail-notification.desktop.in + autostart_DATA = mail-notification.desktop + serverdir = $(libdir)/bonobo/servers |