From 8f27ab40ca9ae10127af1c50d996953195d38f94 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/teTeX/module.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/teTeX') 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; } -- cgit v1.2.3