pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Set MESSAGE_SRC instead of MESSAGE so that we can take...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b239003512e7
branches:  trunk
changeset: 513180:b239003512e7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 21 23:18:35 2006 +0000

description:
Set MESSAGE_SRC instead of MESSAGE so that we can take advantage of
MESSAGE_SUBST properly.  No package should be setting MESSAGE anyway.

diffstat:

 mail/thunderbird/Makefile-thunderbird.common |  4 ++--
 www/firefox/Makefile-firefox.common          |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r d4692315d136 -r b239003512e7 mail/thunderbird/Makefile-thunderbird.common
--- a/mail/thunderbird/Makefile-thunderbird.common      Sun May 21 23:08:19 2006 +0000
+++ b/mail/thunderbird/Makefile-thunderbird.common      Sun May 21 23:18:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.12 2006/04/23 14:14:07 ghen Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.13 2006/05/21 23:18:35 jlam Exp $
 
 MOZILLA_BIN=           thunderbird-bin
 MOZ_VER=               1.5.0.2
@@ -15,7 +15,7 @@
 
 DISTINFO_FILE=         ${.CURDIR}/../../mail/thunderbird/distinfo
 PATCHDIR=              ${.CURDIR}/../../mail/thunderbird/patches
-MESSAGE=               ${.CURDIR}/../../mail/thunderbird/MESSAGE
+MESSAGE_SRC+=          ${.CURDIR}/../../mail/thunderbird/MESSAGE
 
 CONFIGURE_ARGS+=       --enable-application=mail
 CONFIGURE_ARGS+=       --enable-extensions=wallet,spellcheck,xmlextras
diff -r d4692315d136 -r b239003512e7 www/firefox/Makefile-firefox.common
--- a/www/firefox/Makefile-firefox.common       Sun May 21 23:08:19 2006 +0000
+++ b/www/firefox/Makefile-firefox.common       Sun May 21 23:18:35 2006 +0000
@@ -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 @@
 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"
 



Home | Main Index | Thread Index | Old Index