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-utils | |
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-utils')
-rw-r--r-- | x11/xfce4-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfce4-utils/Makefile b/x11/xfce4-utils/Makefile index 9e02d405960..1ee711ffc14 100644 --- a/x11/xfce4-utils/Makefile +++ b/x11/xfce4-utils/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2005/06/15 09:04:32 hira Exp $ +# $NetBSD: Makefile,v 1.14 2005/08/20 19:16:23 jlam Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce-utils-${XFCE4_VERSION} PKGNAME= xfce4-utils-${XFCE4_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 COMMENT= XFce4 utilities @@ -14,7 +14,7 @@ PKG_SYSCONFSUBDIR= xdg/xfce4 EGDIR= ${XFCE4_EGBASE} CONF_FILES= ${EGDIR}/xinitrc ${PKG_SYSCONFDIR}/xinitrc -MAKE_DIRS+= ${EGDIR} +REQD_DIRS+= ${EGDIR} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} |