From 68d07341458b9ec7c184121d18ffa201d07aa5b4 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 15 Jun 2006 22:13:58 +0000 Subject: 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. --- print/dvipdfmx/map.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/dvipdfmx') 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; } -- cgit v1.2.3