From e811379bc2842dd164f9f6ad4726e3f22eaab1e2 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/foomatic-filters/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/foomatic-filters') 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 -- cgit v1.2.3