summaryrefslogtreecommitdiff
path: root/textproc/xmlcatmgr
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-15 22:13:58 +0000
committerjlam <jlam>2006-06-15 22:13:58 +0000
commit68d07341458b9ec7c184121d18ffa201d07aa5b4 (patch)
treeef60c02e04e192f211125066525adacc49b9b24c /textproc/xmlcatmgr
parent5c1c52dbd1b497bfa9b8e065b6c08c6eaa9b8df0 (diff)
downloadpkgsrc-68d07341458b9ec7c184121d18ffa201d07aa5b4.tar.gz
Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r--textproc/xmlcatmgr/catalogs.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xmlcatmgr/catalogs.mk b/textproc/xmlcatmgr/catalogs.mk
index f6b72cb8ca6..b6931067ecb 100644
--- a/textproc/xmlcatmgr/catalogs.mk
+++ b/textproc/xmlcatmgr/catalogs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: catalogs.mk,v 1.15 2006/03/14 01:14:34 jlam Exp $
+# $NetBSD: catalogs.mk,v 1.16 2006/06/15 22:13:59 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
@@ -52,8 +52,8 @@ FILES_SUBST+= SGML_CATALOG="${XMLCATMGR_PREFIX}/share/sgml/catalog"
FILES_SUBST+= XML_CATALOG="${XMLCATMGR_PREFIX}/share/xml/catalog"
FILES_SUBST+= SGML_ENTRIES=${SGML_ENTRIES:Q}
FILES_SUBST+= XML_ENTRIES=${XML_ENTRIES:Q}
-INSTALL_TEMPLATE+= ../../textproc/xmlcatmgr/files/install.tmpl
-DEINSTALL_TEMPLATE+= ../../textproc/xmlcatmgr/files/deinstall.tmpl
+INSTALL_TEMPLATES+= ../../textproc/xmlcatmgr/files/install.tmpl
+DEINSTALL_TEMPLATES+= ../../textproc/xmlcatmgr/files/deinstall.tmpl
.endif # !empty(SGML_ENTRIES) || !empty(XML_ENTRIES)
PRINT_PLIST_AWK+= /^share\/(sgml|xml)\/catalog$$/ \