diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-24 19:40:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-24 19:40:26 +0000 |
commit | b5e524620aea3f3abe3ec688c97a93a574b6c425 (patch) | |
tree | ae0d1b6a7feb13a55b9d4e9a4f14e6426fb6f7fe /wm/openbox/Makefile | |
parent | b75f439be23094ef7b4a022bb18a21d9481e4c32 (diff) | |
download | pkgsrc-b5e524620aea3f3abe3ec688c97a93a574b6c425.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/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 6 |
1 files changed, 4 insertions, 2 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 |