aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-02-28 04:39:23 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-02-28 04:39:23 +0000
commita6cd016924f81627f28df76c9d388de64c5ada30 (patch)
tree6cd45240fe1b63ae443514c98eadf85a934b5c05 /www/firefox-esr
parent77f362106b12f72d8ebe7c182e63c1f5dfe9d095 (diff)
downloadports-a6cd016924f81627f28df76c9d388de64c5ada30.tar.gz
ports-a6cd016924f81627f28df76c9d388de64c5ada30.zip
Notes
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/Makefile8
-rw-r--r--www/firefox-esr/pkg-message2
2 files changed, 6 insertions, 4 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index d16ed0c7697b..06c91017a96c 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/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-esr/pkg-message b/www/firefox-esr/pkg-message
index 9e0a4dd2e9ff..a2f6c162d5e4 100644
--- a/www/firefox-esr/pkg-message
+++ b/www/firefox-esr/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.
======================================================================