summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-11 02:07:37 +0000
committerjlam <jlam>2005-05-11 02:07:37 +0000
commit721cb35a3503aa4f2c03a85db527e53d6b1d25c9 (patch)
tree66d20530f4a822521f04f991562593073639ce97 /textproc/xmlcatmgr
parentbad55cd0098881d88983fc4496cf303d164390e0 (diff)
downloadpkgsrc-721cb35a3503aa4f2c03a85db527e53d6b1d25c9.tar.gz
Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk to
consolidate the files for that framework in one directory.
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r--textproc/xmlcatmgr/catalogs.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xmlcatmgr/catalogs.mk b/textproc/xmlcatmgr/catalogs.mk
index 512ec4e98af..148bc65197a 100644
--- a/textproc/xmlcatmgr/catalogs.mk
+++ b/textproc/xmlcatmgr/catalogs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: catalogs.mk,v 1.10 2005/03/29 14:39:15 jmmv Exp $
+# $NetBSD: catalogs.mk,v 1.11 2005/05/11 02:07:37 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that install
# catalog files or DTDs. It takes care of registering them into the right
@@ -44,7 +44,8 @@ XML_ENTRIES+= nextCatalog ${PREFIX:=$c} --
.endif
# If there are any entries to register, export required variables and
-# use bsd.pkg.install.mk.
+# use pkginstall framework.
+#
.if !empty(SGML_ENTRIES) || !empty(XML_ENTRIES)
FILES_SUBST+= XMLCATMGR="${XMLCATMGR}"
FILES_SUBST+= SGML_CATALOG="${XMLCATMGR_PREFIX}/share/sgml/catalog"