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 | 9a68cc0a6159ddf94bae7afcf6e19f63283b1097 (patch) | |
tree | 47cc04d797caf5105bc04ccdfe666acfd2133361 /x11/kdelibs3 | |
parent | c92918791fa1f357d2f9c161b6b363457629bf08 (diff) | |
download | pkgsrc-9a68cc0a6159ddf94bae7afcf6e19f63283b1097.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/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index a22c071471c..1ec21c317f1 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2005/07/30 11:04:59 markd Exp $ +# $NetBSD: Makefile,v 1.92 2005/08/20 19:16:22 jlam Exp $ DISTNAME= kdelibs-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop @@ -27,7 +28,7 @@ SGML_CATALOGS+= ${PREFIX}/share/kde/apps/ksgmltools2/docbook/xml-dtd-4.2/docboo LIBS.NetBSD+= ${EXPORT_SYMBOLS_LDFLAGS} -MAKE_DIRS+= ${KDE3_DIRS:O:S/^/${PREFIX}\//} +REQD_DIRS+= ${KDE3_DIRS:O:S/^/${PREFIX}\//} REPLACE_PERL= \ dcop/dcopidlng/kalyptus \ |