summaryrefslogtreecommitdiff
path: root/wm/openbox/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-07 23:22:17 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-07 23:22:17 +0000
commitc1176360ae9193a906a00c1de015d6012abfae98 (patch)
tree4a4b82f02d8265474a4bb28118bbed0ccdfbeb80 /wm/openbox/patches
parent03b0f07860d8b81ef783906de2b1bfb0dcfc5991 (diff)
downloadpkgsrc-c1176360ae9193a906a00c1de015d6012abfae98.tar.gz
Honour PKG_SYSCONFDIR: the package was actually looking for files in
/usr/pkg/etc so I've changed this to sysconfdir; I'm not adding an extra search path. Also install default configuration files in place, so that this works out of the box. If they are not there, the window manager is unconfigured, and things like window menus do not appear at all. Bump PKGREVISION to 2.
Diffstat (limited to 'wm/openbox/patches')
-rw-r--r--wm/openbox/patches/patch-aa17
1 files changed, 13 insertions, 4 deletions
diff --git a/wm/openbox/patches/patch-aa b/wm/openbox/patches/patch-aa
index 6be57cf213e..68672ccf246 100644
--- a/wm/openbox/patches/patch-aa
+++ b/wm/openbox/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.3 2003/12/18 09:57:27 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2004/02/07 23:22:17 jmmv Exp $
---- Makefile.in.orig 2003-10-27 12:47:51.000000000 -0800
-+++ Makefile.in 2003-11-11 14:29:45.000000000 -0800
-@@ -2725,12 +2725,12 @@
+--- Makefile.in.orig 2003-12-22 20:54:44.000000000 +0100
++++ Makefile.in
+@@ -183,7 +183,7 @@ SUBDIRS = m4 po
+
+ themedir = $(datadir)/themes
+ localedir = $(datadir)/locale
+-configdir = $(sysconfdir)/xdg
++configdir = $(sysconfdir)
+ rcdir = $(configdir)/openbox
+ desktopfilesdir = $(datadir)/gnome/wm-properties
+ pkgconfigdir = $(libdir)/pkgconfig
+@@ -2725,12 +2725,12 @@ uninstall-nodist_pkgconfigDATA:
nodist_rcDATA_INSTALL = $(INSTALL_DATA)
install-nodist_rcDATA: $(nodist_rc_DATA)
@$(NORMAL_INSTALL)