summaryrefslogtreecommitdiff
path: root/x11/xfce4-session
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-20 19:16:21 +0000
committerjlam <jlam>2005-08-20 19:16:21 +0000
commit0b64c5e8f6df517e08feba011f6ebb6d4db35063 (patch)
tree47cc04d797caf5105bc04ccdfe666acfd2133361 /x11/xfce4-session
parent0002516286baa006f1190f1197f054fe1934ff18 (diff)
downloadpkgsrc-0b64c5e8f6df517e08feba011f6ebb6d4db35063.tar.gz
Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
Diffstat (limited to 'x11/xfce4-session')
-rw-r--r--x11/xfce4-session/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfce4-session/Makefile b/x11/xfce4-session/Makefile
index bbc1ff18219..09acb7039a9 100644
--- a/x11/xfce4-session/Makefile
+++ b/x11/xfce4-session/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/06/17 05:49:35 hira Exp $
+# $NetBSD: Makefile,v 1.4 2005/08/20 19:16:22 jlam Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-session-${XFCE4_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
COMMENT= XFce4 session manager
@@ -16,7 +16,7 @@ CONF_FILES= ${EGDIR}/xfce4-session.rc \
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
-MAKE_DIRS+= ${XFCE4_EGBASE} ${EGDIR}
+REQD_DIRS+= ${XFCE4_EGBASE} ${EGDIR}
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"