summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-06-15 22:13:58 +0000
committerjlam <jlam@pkgsrc.org>2006-06-15 22:13:58 +0000
commite811379bc2842dd164f9f6ad4726e3f22eaab1e2 (patch)
treeef60c02e04e192f211125066525adacc49b9b24c /mail
parenteba6be2d4af03fd37b1165cef85077ba6a34c065 (diff)
downloadpkgsrc-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 'mail')
-rw-r--r--mail/mailman/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index b692d3d7df4..541d27e6800 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2006/06/14 14:31:35 tv Exp $
+# $NetBSD: Makefile,v 1.44 2006/06/15 22:13:59 jlam Exp $
DISTNAME= mailman-2.1.8
CATEGORIES= mail www
@@ -58,8 +58,8 @@ CONF_FILES+= ${EXECDIR}/Mailman/mm_cfg.py.dist ${EXECDIR}/Mailman/mm_cfg.py
RCD_SCRIPTS= mailman
-INSTALL_TEMPLATE+= ${FILESDIR}/INSTALL
-DEINSTALL_TEMPLATE+= ${FILESDIR}/DEINSTALL
+INSTALL_TEMPLATES+= ${FILESDIR}/INSTALL
+DEINSTALL_TEMPLATES+= ${FILESDIR}/DEINSTALL
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
PYTHON_PATCH_SCRIPTS+= Mailman/Archiver/pipermail.py