summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorjlam <jlam>2006-05-21 23:18:35 +0000
committerjlam <jlam>2006-05-21 23:18:35 +0000
commitca3903710022359c332a1942eade4ebac2079783 (patch)
treec790d778e10141afb7528ee2c801f425aab22cdf /www/firefox
parentaa4e1fefdbcf615a7ce2d9992e4d927ec81b4128 (diff)
downloadpkgsrc-ca3903710022359c332a1942eade4ebac2079783.tar.gz
Set MESSAGE_SRC instead of MESSAGE so that we can take advantage of
MESSAGE_SUBST properly. No package should be setting MESSAGE anyway.
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile-firefox.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common
index c6e7ea3ef88..eae534ee650 100644
--- a/www/firefox/Makefile-firefox.common
+++ b/www/firefox/Makefile-firefox.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-firefox.common,v 1.30 2006/05/04 05:16:13 ghen Exp $
+# $NetBSD: Makefile-firefox.common,v 1.31 2006/05/21 23:18:35 jlam Exp $
MOZILLA_BIN= firefox-bin
MOZ_VER= 1.5.0.3
@@ -30,7 +30,7 @@ CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
USE_LANGUAGES+= c++
BUILD_SVG= # yes
BUILD_MATHML= # yes
-MESSAGE= ${.CURDIR}/../../www/firefox/MESSAGE
+MESSAGE_SRC+= ${.CURDIR}/../../www/firefox/MESSAGE
.include "../../www/firefox/Makefile.common"