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 | 9a4acd75070b3c32f276a43585bdbd566a0b23b6 (patch) | |
tree | b0f6be8bb5f147f3986d157d1d78a7e297239e79 /www/firefox | |
parent | 06f6c2e864797964f0bdbe2da58ab07a9f9fcd13 (diff) | |
download | pkgsrc-9a4acd75070b3c32f276a43585bdbd566a0b23b6.tar.gz |
pkglint MESSAGE, we'll use the same MESSAGE file for firefox and
firefox-gtk2.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/MESSAGE | 5 | ||||
-rw-r--r-- | www/firefox/Makefile-firefox.common | 5 |
2 files changed, 8 insertions, 2 deletions
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 \ |