summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-20 19:16:21 +0000
committerjlam <jlam@pkgsrc.org>2005-08-20 19:16:21 +0000
commitcf4dfe44a59d7070d33288645a2fe86fa61a7c38 (patch)
tree47cc04d797caf5105bc04ccdfe666acfd2133361 /textproc/xmlcatmgr
parent5fea80506bff5d28a4574bc5251bd712cfee5ca5 (diff)
downloadpkgsrc-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 'textproc/xmlcatmgr')
-rw-r--r--textproc/xmlcatmgr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index cce6baceb59..abd34b4d5cd 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2005/08/19 18:12:39 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2005/08/20 19:16:21 jlam Exp $
#
DISTNAME= xmlcatmgr-2.2
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlcatmgr/}
@@ -22,7 +23,7 @@ CONF_FILES= ${EGDIR}/catalog.etc.sgml ${PKG_SYSCONFDIR}/sgml/catalog
CONF_FILES+= ${EGDIR}/catalog.etc.xml ${PKG_SYSCONFDIR}/xml/catalog
CONF_FILES+= ${EGDIR}/catalog.share.sgml ${PREFIX}/share/sgml/catalog
CONF_FILES+= ${EGDIR}/catalog.share.xml ${PREFIX}/share/xml/catalog
-MAKE_DIRS= ${PREFIX}/share/sgml ${PREFIX}/share/xml
+REQD_DIRS= ${PREFIX}/share/sgml ${PREFIX}/share/xml
PRINT_PLIST_AWK+= /^@dirrm share\/(sgml|xml)$$/ { next; }