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 | 8f27ab40ca9ae10127af1c50d996953195d38f94 (patch) | |
tree | ef60c02e04e192f211125066525adacc49b9b24c /sysutils/webmin | |
parent | ef0231744d39bfc6dddf03df770bae5bcf74afe0 (diff) | |
download | pkgsrc-8f27ab40ca9ae10127af1c50d996953195d38f94.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 'sysutils/webmin')
-rw-r--r-- | sysutils/webmin/wbm.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/webmin/wbm.mk b/sysutils/webmin/wbm.mk index 87414ef7e15..3d23ca814aa 100644 --- a/sysutils/webmin/wbm.mk +++ b/sysutils/webmin/wbm.mk @@ -1,4 +1,4 @@ -# $NetBSD: wbm.mk,v 1.4 2006/05/19 17:14:53 jlam Exp $ +# $NetBSD: wbm.mk,v 1.5 2006/06/15 22:13:59 jlam Exp $ # # Makefile fragment for Webmin modules @@ -32,7 +32,7 @@ FILES_SUBST+= WBMNAME=${WBMNAME:Q} FILES_SUBST+= WEBMIN_DIR=${WEBMIN_DIR:Q} FILES_SUBST+= WEBMIN_VARDIR=${WEBMIN_VARDIR:Q} -DEINSTALL_TEMPLATE+= ${PKGSRCDIR}/sysutils/webmin/files/wbm-deinstall.tmpl +DEINSTALL_TEMPLATES+= ${PKGSRCDIR}/sysutils/webmin/files/wbm-deinstall.tmpl # WBMNAME is the name of the module directory WBMNAME?= ${DISTNAME} |