diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-15 22:13:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-15 22:13:58 +0000 |
commit | e811379bc2842dd164f9f6ad4726e3f22eaab1e2 (patch) | |
tree | ef60c02e04e192f211125066525adacc49b9b24c /multimedia/gstreamer0.8 | |
parent | eba6be2d4af03fd37b1165cef85077ba6a34c065 (diff) | |
download | pkgsrc-e811379bc2842dd164f9f6ad4726e3f22eaab1e2.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.mk | 6 |
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; } |