summaryrefslogtreecommitdiff
path: root/www/firefox
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 /www/firefox
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 'www/firefox')
-rw-r--r--www/firefox/Makefile-firefox.common4
-rw-r--r--www/firefox/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common
index 02f09a1b3e7..07842cc1966 100644
--- a/www/firefox/Makefile-firefox.common
+++ b/www/firefox/Makefile-firefox.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-firefox.common,v 1.33 2006/06/03 08:04:36 ghen Exp $
+# $NetBSD: Makefile-firefox.common,v 1.34 2006/06/15 22:13:59 jlam Exp $
MOZILLA_BIN= firefox-bin
MOZ_VER= 1.5.0.4
@@ -33,4 +33,4 @@ BUILD_MATHML= # yes
.include "../../www/firefox/Makefile.common"
-INSTALL_TEMPLATE+= ${.CURDIR}/../../www/firefox/INSTALL
+INSTALL_TEMPLATES+= ${.CURDIR}/../../www/firefox/INSTALL
diff --git a/www/firefox/Makefile.common b/www/firefox/Makefile.common
index 7b0124d20e4..fc82d0e7ea7 100644
--- a/www/firefox/Makefile.common
+++ b/www/firefox/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2006/03/14 01:14:34 jlam Exp $
+# $NetBSD: Makefile.common,v 1.9 2006/06/15 22:13:59 jlam Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= mozilla-${MOZ_DIST_VER}-source
@@ -18,7 +18,7 @@ USE_LANGUAGES= c c++
USE_TOOLS+= autoconf213 gmake perl pkg-config
GNU_CONFIGURE= yes
-INSTALL_TEMPLATE+= ${.CURDIR}/../../www/mozilla/INSTALL
+INSTALL_TEMPLATES+= ${.CURDIR}/../../www/mozilla/INSTALL
CONFIG_GUESS_OVERRIDE= build/autoconf/config.guess
CONFIG_GUESS_OVERRIDE+= nsprpub/build/autoconf/config.guess