From cb021210addb424234b44ef9fc943a8e53771cc4 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. --- multimedia/gstreamer0.8/plugins.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'multimedia') diff --git a/multimedia/gstreamer0.8/plugins.mk b/multimedia/gstreamer0.8/plugins.mk index 8add471426d..29e1d20d1c6 100644 --- a/multimedia/gstreamer0.8/plugins.mk +++ b/multimedia/gstreamer0.8/plugins.mk @@ -1,4 +1,4 @@ -# $NetBSD: plugins.mk,v 1.3 2006/04/06 06:22:25 reed Exp $ +# $NetBSD: plugins.mk,v 1.4 2006/06/15 22:13:59 jlam Exp $ # # This Makefile fragment is intended to be included by packages that install # GStreamer modules. It takes care of rebuilding the corresponding databases @@ -15,8 +15,8 @@ GST0.8_REGISTER= ${BUILDLINK_PREFIX.gstreamer0.8}/bin/gst-register-0.8 FILES_SUBST+= GST0.8_DBDIR=${GST0.8_DBDIR:Q} FILES_SUBST+= GST0.8_COMPPREP=${GST0.8_COMPPREP:Q} FILES_SUBST+= GST0.8_REGISTER=${GST0.8_REGISTER:Q} -INSTALL_TEMPLATE+= ../../multimedia/gstreamer0.8/files/plugins.tmpl -DEINSTALL_TEMPLATE+= ../../multimedia/gstreamer0.8/files/plugins.tmpl +INSTALL_TEMPLATES+= ../../multimedia/gstreamer0.8/files/plugins.tmpl +DEINSTALL_TEMPLATES+= ../../multimedia/gstreamer0.8/files/plugins.tmpl PRINT_PLIST_AWK+= /^libdata\/gstreamer-0.8/ { next; } PRINT_PLIST_AWK+= /^@dirrm libdata\/gstreamer-0.8/ { next; } -- cgit v1.2.3