diff options
author | wiz <wiz> | 2006-07-30 00:30:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-30 00:30:55 +0000 |
commit | c93891879c265e95795fb9041f7091792802bb4d (patch) | |
tree | ea313274063871cc83300011cb1489a7d38d5dc6 /doc/guide | |
parent | 2afec265b6fee6a119fa22a60f019d183f540d2e (diff) | |
download | pkgsrc-c93891879c265e95795fb9041f7091792802bb4d.tar.gz |
Refer to firefox instead of mozilla.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/build.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/introduction.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/using.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index 4c05b5d329a..1ec92c44cea 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.30 2006/07/24 10:32:36 rillig Exp $ --> +<!-- $NetBSD: build.xml,v 1.31 2006/07/30 00:30:55 wiz Exp $ --> <chapter id="build"> <title>The build process</title> @@ -878,7 +878,7 @@ of <varname>MAKEFILE</varname> is <quote>Makefile</quote>, and <listitem> <para>This target generates a <filename>README.html</filename> file, which can be viewed using a browser such as - <filename role="pkg">www/mozilla</filename> or + <filename role="pkg">www/firefox</filename> or <filename role="pkg">www/links</filename>. The generated files contain references to any packages which are in the <varname>PACKAGES</varname> directory on diff --git a/doc/guide/files/introduction.xml b/doc/guide/files/introduction.xml index 2558a28931c..cc2c4fc745d 100644 --- a/doc/guide/files/introduction.xml +++ b/doc/guide/files/introduction.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: introduction.xml,v 1.16 2006/07/29 15:57:04 rillig Exp $ --> +<!-- $NetBSD: introduction.xml,v 1.17 2006/07/30 00:30:55 wiz Exp $ --> <chapter id="introduction"> <title>What is pkgsrc?</title> @@ -24,7 +24,7 @@ packages for himself, which is a time-costly task.</para> </listitem> <listitem> - <para><filename role="pkg">www/mozilla</filename> - The Mozilla + <para><filename role="pkg">www/firefox</filename> - The Firefox web browser</para> </listitem> diff --git a/doc/guide/files/using.xml b/doc/guide/files/using.xml index 885f197efe5..461f8a39a59 100644 --- a/doc/guide/files/using.xml +++ b/doc/guide/files/using.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: using.xml,v 1.22 2006/07/29 15:57:04 rillig Exp $ --> +<!-- $NetBSD: using.xml,v 1.23 2006/07/30 00:30:55 wiz Exp $ --> <chapter id="using"> <?dbhtml filename="using.html"?> <title>Using pkgsrc</title> @@ -244,7 +244,7 @@ the online index of packages, or run <command>make readme</command> from the <filename>pkgsrc</filename> directory to build local <filename>README.html</filename> files for all packages, viewable with any web browser such as <filename role="pkg">www/lynx</filename> or -<filename role="pkg">www/mozilla</filename>.</para> +<filename role="pkg">www/firefox</filename>.</para> <para>The default <emphasis>prefix</emphasis> for installed packages is <filename>/usr/pkg</filename>. If you wish to change this, you should do |