diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-28 04:39:23 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-28 04:39:23 +0000 |
commit | a6cd016924f81627f28df76c9d388de64c5ada30 (patch) | |
tree | 6cd45240fe1b63ae443514c98eadf85a934b5c05 /www/firefox | |
parent | 77f362106b12f72d8ebe7c182e63c1f5dfe9d095 (diff) |
Notes
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 8 | ||||
-rw-r--r-- | www/firefox/pkg-message | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d16ed0c7697b..06c91017a96c 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,11 +3,12 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/www/firefox/Makefile,v 1.23 2007/12/03 20:58:20 ahze Exp $ +# $MCom: ports/www/firefox/Makefile,v 1.43 2008/02/09 16:38:43 marcus Exp $ # PORTNAME= firefox DISTVERSION= 2.0.0.12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} @@ -20,7 +21,6 @@ COMMENT= Web browser based on the browser portion of Mozilla BUILD_DEPENDS= nss>=3.11.2:${PORTSDIR}/security/nss MOZILLA_NAME= Firefox -MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' WANT_GNOME= yes ALL_TARGET= default @@ -36,7 +36,9 @@ GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/chrome/icons/default lib/${MOZILLA}/chrome/ FIREFOX_ICON= ${MOZILLA}.xpm FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm -MOZ_OPTIONS= --enable-application=browser \ +MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ + --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ + --enable-application=browser \ --enable-system-cairo \ --enable-official-branding \ --enable-canvas \ diff --git a/www/firefox/pkg-message b/www/firefox/pkg-message index 9e0a4dd2e9ff..a2f6c162d5e4 100644 --- a/www/firefox/pkg-message +++ b/www/firefox/pkg-message @@ -10,7 +10,7 @@ setup public key authentication to "remote_host": ssh-keygen -t dsa cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys" -The SSH sever on remote_host must allow pub key authentication. +The SSH server on remote_host must allow pub key authentication. ====================================================================== |