diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-20 19:16:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-20 19:16:21 +0000 |
commit | cf4dfe44a59d7070d33288645a2fe86fa61a7c38 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /x11/xfce4-session | |
parent | 5fea80506bff5d28a4574bc5251bd712cfee5ca5 (diff) | |
download | pkgsrc-cf4dfe44a59d7070d33288645a2fe86fa61a7c38.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/Makefile | 6 |
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" |