pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/openbox Add etc/xgd/openbox to OWN_DIRS; other pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cae6ec396939
branches:  trunk
changeset: 524393:cae6ec396939
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 24 19:40:26 2007 +0000

description:
Add etc/xgd/openbox to OWN_DIRS; other packages
install into the etc/xgd hierarchy, so we should not remove it unconditionally.

diffstat:

 wm/openbox/Makefile |  6 ++++--
 wm/openbox/PLIST    |  4 +---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r be79e53abeb5 -r cae6ec396939 wm/openbox/Makefile
--- a/wm/openbox/Makefile       Wed Jan 24 19:39:36 2007 +0000
+++ b/wm/openbox/Makefile       Wed Jan 24 19:40:26 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2006/12/27 13:37:41 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2007/01/24 19:40:26 wiz Exp $
 
 DISTNAME=      openbox-3.3.1
+PKGREVISION=   1
 CATEGORIES=    wm x11
 MASTER_SITES=  http://icculus.org/openbox/releases/
 
@@ -21,7 +22,8 @@
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 PKG_SYSCONFSUBDIR=     xdg
-OWN_DIRS=              ${PKG_SYSCONFDIR}/openbox
+OWN_DIRS=              ${PKG_SYSCONFDIR}
+OWN_DIRS+=             ${PKG_SYSCONFDIR}/openbox
 
 EGDIR=                 ${PREFIX}/share/examples/openbox
 CONF_FILES=            ${EGDIR}/menu.xml ${PKG_SYSCONFDIR}/openbox/menu.xml
diff -r be79e53abeb5 -r cae6ec396939 wm/openbox/PLIST
--- a/wm/openbox/PLIST  Wed Jan 24 19:39:36 2007 +0000
+++ b/wm/openbox/PLIST  Wed Jan 24 19:40:26 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2006/09/10 10:23:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2007/01/24 19:40:26 wiz Exp $
 bin/gnome-panel-control
 bin/kdetrayproxy
 bin/openbox
@@ -114,5 +114,3 @@
 @dirrm include/openbox/3.3/openbox
 @dirrm include/openbox/3.3
 @dirrm include/openbox
-@dirrm etc/xdg/openbox
-@dirrm etc/xdg



Home | Main Index | Thread Index | Old Index