summaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authortaya <taya>2004-06-23 16:47:12 +0000
committertaya <taya>2004-06-23 16:47:12 +0000
commit0d88cc832b918566f7f11988a4de9da7df5f8f9e (patch)
treee989bb0fb155f1e89b85409a1cd46603bea1de61 /www/firefox/Makefile
parent31c6148b1be179c7219220269debba1a7b40c011 (diff)
downloadpkgsrc-0d88cc832b918566f7f11988a4de9da7df5f8f9e.tar.gz
Update firefox to 0.9
Here's what's new in this release of Firefox: * New Default Theme An updated Default Theme now presents a uniform appearance across all three platforms - a new crisp, clear look for Windows users. Finetuning for GNOME will follow in future releases. * Comprehensive Data Migration Switching to Firefox has never been easier now that Firefox imports data like Favorites, History, Settings, Cookies and Passwords from Internet Explorer. Firefox can also import from Mozilla 1.x, Netscape 4.x, 6.x and 7.x, and Opera. MacOS X and Linux migrators for browsers like Safari, OmniWeb, Konqueror etc. will arrive in future releases. * Extension/Theme Manager New Extension and Theme Managers provide a convenient way to manage and update your add-ons. SmartUpdate also notifies you of updates to Firefox. * Help A new online help system is available. * Lots of bug fixes and improvements Copy Image, the ability to delete individual items from Autocomplete lists, SMB/SFTP support on GNOME via gnome-vfs, better Bookmarks, Search and many other refinements fine tune the browsing experience. For Linux/GTK2 Users * Look and Feel Updates Ongoing improvements have been made to improve the way Firefox adheres to your GTK2 themes, such as menus. * Talkback for GTK2 Help us nail down crashes by submitting talkback reports with this crash reporting tool.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index ff99c1e7044..31c029468a9 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2004/06/19 17:37:37 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/06/23 16:47:12 taya Exp $
MOZILLA= firefox
MOZILLA_BIN= firefox-bin
MOZCONFDIR= .mozilla
-MOZ_VER= 0.8
-PKGREVISION= 3
+MOZ_VER= 0.9
EXTRACT_SUFX= .tar.bz2
-DISTNAME= ${MOZILLA}-source-${MOZ_VER}
+DISTNAME= ${MOZILLA}-${MOZ_VER}-source
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/ \
http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/ \
@@ -24,4 +23,10 @@ CONFIGURE_ARGS+= --enable-extensions=default,-irc
BUILD_MATHML= # defined
+post-install:
+ ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \
+ ${WRKSRC}/dist/bin
+ ${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \
+ ${WRKSRC}/dist/bin/extensions/installed-extensions-processed.txt
+
.include "../../www/mozilla/Makefile.common"