summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer0.8
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-15 22:13:58 +0000
committerjlam <jlam>2006-06-15 22:13:58 +0000
commit68d07341458b9ec7c184121d18ffa201d07aa5b4 (patch)
treeef60c02e04e192f211125066525adacc49b9b24c /multimedia/gstreamer0.8
parent5c1c52dbd1b497bfa9b8e065b6c08c6eaa9b8df0 (diff)
downloadpkgsrc-68d07341458b9ec7c184121d18ffa201d07aa5b4.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 'multimedia/gstreamer0.8')
-rw-r--r--multimedia/gstreamer0.8/plugins.mk6
1 files changed, 3 insertions, 3 deletions
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; }