summaryrefslogtreecommitdiff
path: root/sysutils/webmin
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-15 22:13:58 +0000
committerjlam <jlam>2006-06-15 22:13:58 +0000
commitcb021210addb424234b44ef9fc943a8e53771cc4 (patch)
treeef60c02e04e192f211125066525adacc49b9b24c /sysutils/webmin
parentb5ec5db1a6f950e2cb22107e7a13d0d7168446ef (diff)
downloadpkgsrc-cb021210addb424234b44ef9fc943a8e53771cc4.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.mk4
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}