summaryrefslogtreecommitdiff
path: root/print/dvipdfmx
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 /print/dvipdfmx
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 'print/dvipdfmx')
-rw-r--r--print/dvipdfmx/map.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/dvipdfmx/map.mk b/print/dvipdfmx/map.mk
index cc1df24af54..095bd051db8 100644
--- a/print/dvipdfmx/map.mk
+++ b/print/dvipdfmx/map.mk
@@ -1,4 +1,4 @@
-# $NetBSD: map.mk,v 1.5 2006/03/14 01:14:32 jlam Exp $
+# $NetBSD: map.mk,v 1.6 2006/06/15 22:13:59 jlam Exp $
# This Makefile fragment is intended to be included by packages that
# install font maps used by dvipdfmx. It takes care of adding and
# removing font map entires in dvipdfmx.cfg.
@@ -20,8 +20,8 @@ DEPENDS+= dvipdfmx>=0.0.0.20050627:../../print/dvipdfmx
FILES_SUBST+= DVIPDFMX_FONTMAPS=${DVIPDFMX_FONTMAPS:Q}
FILES_SUBST+= DVIPDFMX_CONFIG_DIR="${PKG_LOCALTEXMFPREFIX}/dvipdfm/config"
-INSTALL_TEMPLATE+= ../../print/dvipdfmx/files/map.tmpl
-DEINSTALL_TEMPLATE+= ../../print/dvipdfmx/files/map.tmpl
+INSTALL_TEMPLATES+= ../../print/dvipdfmx/files/map.tmpl
+DEINSTALL_TEMPLATES+= ../../print/dvipdfmx/files/map.tmpl
PRINT_PLIST_AWK+= /^${PKG_LOCALTEXMFPREFIX:S|${PREFIX}/||:S|/|\\/|g}\/dvidpfm\/config\/dvipdfmx.cfg$$/ \
{ next; }