diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-09-07 06:03:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-09-07 06:03:55 +0000 |
commit | b8c768a888b2bc63c4d7c3ae9a59dd1b92d8f276 (patch) | |
tree | b0f6be8bb5f147f3986d157d1d78a7e297239e79 /www | |
parent | 32577f9b5b139a3d28e2ba690a9df901a6c7a6a2 (diff) | |
download | pkgsrc-b8c768a888b2bc63c4d7c3ae9a59dd1b92d8f276.tar.gz |
pkglint MESSAGE, we'll use the same MESSAGE file for firefox and
firefox-gtk2.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-gtk2/MESSAGE | 4 | ||||
-rw-r--r-- | www/firefox/MESSAGE | 5 | ||||
-rw-r--r-- | www/firefox/Makefile-firefox.common | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/www/firefox-gtk2/MESSAGE b/www/firefox-gtk2/MESSAGE deleted file mode 100644 index d1938554320..00000000000 --- a/www/firefox-gtk2/MESSAGE +++ /dev/null @@ -1,4 +0,0 @@ -If you have ever run another version of firefox or firefox-gtk2, 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/MESSAGE b/www/firefox/MESSAGE index d1938554320..44283e1d357 100644 --- a/www/firefox/MESSAGE +++ b/www/firefox/MESSAGE @@ -1,4 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.3 2004/09/07 06:03:55 xtraeme Exp $ + If you have ever run another version of firefox or firefox-gtk2, 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 e078429dfc8..0cb16bfe230 100644 --- a/www/firefox/Makefile-firefox.common +++ b/www/firefox/Makefile-firefox.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-firefox.common,v 1.1 2004/08/10 14:28:14 taya Exp $ +# $NetBSD: Makefile-firefox.common,v 1.2 2004/09/07 06:03:55 xtraeme Exp $ MOZILLA_BIN= firefox-bin MOZ_VER= 0.9.3 @@ -22,8 +22,9 @@ CONFIGURE_ARGS+= --disable-mailnews CONFIGURE_ARGS+= --disable-composer CONFIGURE_ARGS+= --enable-extensions=default,-irc -USE_GCC_SHLIB= yes +USE_LANGUAGES+= c++ BUILD_MATHML= # defined +MESSAGE= ${.CURDIR}/../../www/firefox/MESSAGE pre-install: ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \ |