diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-11 02:07:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-11 02:07:37 +0000 |
commit | 962622ba7d396cd059ee80174339fe817f001d9e (patch) | |
tree | 66d20530f4a822521f04f991562593073639ce97 /textproc/xmlcatmgr | |
parent | 22eee16750781b186b1969ee64c124860c8d8dcd (diff) | |
download | pkgsrc-962622ba7d396cd059ee80174339fe817f001d9e.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.mk | 5 |
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" |