summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-15 22:13:58 +0000
committerjlam <jlam>2006-06-15 22:13:58 +0000
commitcb021210addb424234b44ef9fc943a8e53771cc4 (patch)
treeef60c02e04e192f211125066525adacc49b9b24c /print
parentb5ec5db1a6f950e2cb22107e7a13d0d7168446ef (diff)
downloadpkgsrc-cb021210addb424234b44ef9fc943a8e53771cc4.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')
-rw-r--r--print/dvipdfmx/map.mk6
-rw-r--r--print/foomatic-filters/Makefile6
-rw-r--r--print/teTeX/module.mk6
3 files changed, 9 insertions, 9 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; }
diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile
index 5f81c28aa01..83894bd4316 100644
--- a/print/foomatic-filters/Makefile
+++ b/print/foomatic-filters/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/06/15 20:40:16 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/06/15 22:13:59 jlam Exp $
.include "Makefile.common"
@@ -36,8 +36,8 @@ DEPENDS+= {cups>=1.0,${TEXTTOPS_DEPENDS}}:../../print/cups
DEPENDS+= ${TEXTTOPS_DEPENDS}:../../print/mpage
.endif
-DEINSTALL_TEMPLATE+= ${.CURDIR}/../../print/foomatic-filters-cups/DEINSTALL
-INSTALL_TEMPLATE+= ${.CURDIR}/../../print/foomatic-filters-cups/INSTALL
+DEINSTALL_TEMPLATES+= ${.CURDIR}/../../print/foomatic-filters-cups/DEINSTALL
+INSTALL_TEMPLATES+= ${.CURDIR}/../../print/foomatic-filters-cups/INSTALL
EGDIR= ${PREFIX}/share/examples/foomatic
CONFDIR= ${PKG_SYSCONFDIR}/foomatic
diff --git a/print/teTeX/module.mk b/print/teTeX/module.mk
index f51120442e4..497471678e2 100644
--- a/print/teTeX/module.mk
+++ b/print/teTeX/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.15 2006/04/21 16:07:35 minskim Exp $
+# $NetBSD: module.mk,v 1.16 2006/06/15 22:13:59 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that
# install TeX packages. It takes care of rebuilding the ls-R database
@@ -26,8 +26,8 @@ FILES_SUBST+= MKTEXLSR="${LOCALBASE}/bin/mktexlsr"
FILES_SUBST+= TEXMFDIRS=${TEXMFDIRS:Q}
FILES_SUBST+= UPDMAP_SYS="${LOCALBASE}/bin/updmap-sys"
FILES_SUBST+= TEX_FONTMAPS=${TEX_FONTMAPS:Q}
-INSTALL_TEMPLATE+= ../../print/teTeX/files/texmf.tmpl
-DEINSTALL_TEMPLATE+= ../../print/teTeX/files/texmf.tmpl
+INSTALL_TEMPLATES+= ../../print/teTeX/files/texmf.tmpl
+DEINSTALL_TEMPLATES+= ../../print/teTeX/files/texmf.tmpl
PRINT_PLIST_AWK+= /^(@dirrm )?${PKG_LOCALTEXMFPREFIX:S|${PREFIX}/||:S|/|\\/|g}(\/ls-R)?$$/ \
{ next; }