diff options
author | minskim <minskim> | 2005-10-22 03:08:22 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-22 03:08:22 +0000 |
commit | 3630ab87034a6c273d7a1c6e51d9fa76227a278f (patch) | |
tree | cee0a7ef2559598a0d3344a35cf81347db27e56f /devel/libgnome/patches | |
parent | 1cb23073d2d7d4a211a489f17f61f584af8089a6 (diff) | |
download | pkgsrc-3630ab87034a6c273d7a1c6e51d9fa76227a278f.tar.gz |
Do not install conf files into PKG_SYSCONFIDIR directly.
Diffstat (limited to 'devel/libgnome/patches')
-rw-r--r-- | devel/libgnome/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libgnome/patches/patch-aa b/devel/libgnome/patches/patch-aa new file mode 100644 index 00000000000..a4f5ba77a1b --- /dev/null +++ b/devel/libgnome/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.9 2005/10/22 03:08:22 minskim Exp $ + +--- gnome-data/Makefile.in.orig 2005-09-07 15:29:36.000000000 +0000 ++++ gnome-data/Makefile.in +@@ -231,7 +231,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-soundlistdir = $(sysconfdir)/sound/events ++soundlistdir = $(prefix)/share/examples/libgnome/sound/events + soundlist_in_files = \ + gnome-2.soundlist.in \ + gtk-events-2.soundlist.in |