Mention firefox-esr and remove firefox36.

Reviewed by:	beat@
This commit is contained in:
Ryusuke SUZUKI 2012-05-05 00:48:41 +00:00
parent 85f1b31544
commit 952b6f1ddf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38787

View file

@ -189,11 +189,12 @@
<screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen> <screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen>
<para>This will install <application>Firefox</application> 10.0, <para>This will install the latest release version of
if you want to run <application>Firefox</application> 3.6, <application>Firefox</application>,
use instead:</para> if you want to run <application>Firefox</application>
Extended Support Release (ESR) version, use instead:</para>
<screen>&prompt.root; <userinput>pkg_add -r firefox36</userinput></screen> <screen>&prompt.root; <userinput>pkg_add -r firefox-esr</userinput></screen>
<para>You can also use the Ports Collection if you <para>You can also use the Ports Collection if you
prefer to compile from source code:</para> prefer to compile from source code:</para>
@ -201,9 +202,9 @@
<screen>&prompt.root; <userinput>cd /usr/ports/www/firefox</userinput> <screen>&prompt.root; <userinput>cd /usr/ports/www/firefox</userinput>
&prompt.root; <userinput>make install clean</userinput></screen> &prompt.root; <userinput>make install clean</userinput></screen>
<para>For <application>Firefox</application> 3.6, in the <para>For <application>Firefox</application> ESR, in the
previous command replace <literal>firefox</literal> with previous command replace <literal>firefox</literal> with
<literal>firefox36</literal>.</para> <literal>firefox-esr</literal>.</para>
</sect2> </sect2>
<sect2 id="moz-java-plugin"> <sect2 id="moz-java-plugin">