diff options
author | wiz <wiz> | 2007-01-24 19:40:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-01-24 19:40:26 +0000 |
commit | 7b6e6641b7f83100b094ea6d102edd16f1e277f1 (patch) | |
tree | ae0d1b6a7feb13a55b9d4e9a4f14e6426fb6f7fe /wm | |
parent | af43bb339ba4c693adaa3d82f7129da4bb0b20c4 (diff) | |
download | pkgsrc-7b6e6641b7f83100b094ea6d102edd16f1e277f1.tar.gz |
Add etc/xgd/openbox to OWN_DIRS; other packages
install into the etc/xgd hierarchy, so we should not remove it unconditionally.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/openbox/Makefile | 6 | ||||
-rw-r--r-- | wm/openbox/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 6ce59c9a553..65a3617c8a8 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -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 @@ PKGCONFIG_OVERRIDE+= render/obrender-3.0.pc.in 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 --git a/wm/openbox/PLIST b/wm/openbox/PLIST index a829e9e35bd..f95a12a368c 100644 --- a/wm/openbox/PLIST +++ b/wm/openbox/PLIST @@ -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 @@ share/themes/syscrash/openbox-3/themerc @dirrm include/openbox/3.3/openbox @dirrm include/openbox/3.3 @dirrm include/openbox -@dirrm etc/xdg/openbox -@dirrm etc/xdg |