diff options
author | ghen <ghen@pkgsrc.org> | 2006-06-03 07:57:31 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-06-03 07:57:31 +0000 |
commit | 9eb6b5bb7e51e7fb91ebf307a1b9e67be47e87e5 (patch) | |
tree | d25cc2c81205215bf8fe431fbbfaf49aa69aeb95 /www | |
parent | 36aeee7541d2b8a14cbd1b57076990233901a2bd (diff) | |
download | pkgsrc-9eb6b5bb7e51e7fb91ebf307a1b9e67be47e87e5.tar.gz |
Remove MESSAGE, as this seems to be no longer true for 1.5+ releases.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/MESSAGE | 9 | ||||
-rw-r--r-- | www/firefox/Makefile-firefox.common | 3 |
2 files changed, 1 insertions, 11 deletions
diff --git a/www/firefox/MESSAGE b/www/firefox/MESSAGE deleted file mode 100644 index b2119fc9bfc..00000000000 --- a/www/firefox/MESSAGE +++ /dev/null @@ -1,9 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.4 2006/02/05 14:43:14 ghen Exp $ - -If you have ever run another version of firefox or firefox-gtk1, you -must remove compreg.dat under your firefox profile before you run firefox. - - e.g. rm ~/.mozilla/firefox/*/compreg.dat - -=========================================================================== diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common index eae534ee650..600915eb5c8 100644 --- a/www/firefox/Makefile-firefox.common +++ b/www/firefox/Makefile-firefox.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-firefox.common,v 1.31 2006/05/21 23:18:35 jlam Exp $ +# $NetBSD: Makefile-firefox.common,v 1.32 2006/06/03 07:57:31 ghen Exp $ MOZILLA_BIN= firefox-bin MOZ_VER= 1.5.0.3 @@ -30,7 +30,6 @@ CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no USE_LANGUAGES+= c++ BUILD_SVG= # yes BUILD_MATHML= # yes -MESSAGE_SRC+= ${.CURDIR}/../../www/firefox/MESSAGE .include "../../www/firefox/Makefile.common" |