Typo: kiet -> kit
<replaceable> around a few things the user is meant to replace in the examples.
This commit is contained in:
parent
153720f9f5
commit
bd6db1421e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4644
5 changed files with 30 additions and 30 deletions
en/handbook/ports
en_US.ISO8859-1/books
en_US.ISO_8859-1/books
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.11 1999-04-07 15:14:51 billf Exp $
|
$Id: chapter.sgml,v 1.12 1999-04-08 21:29:45 nik Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
@ -270,7 +270,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
||||||
actually very easy.</para>
|
actually very easy.</para>
|
||||||
|
|
||||||
<para>First, if you are running a release version of FreeBSD, make sure
|
<para>First, if you are running a release version of FreeBSD, make sure
|
||||||
you get the appropriate “upgradekiet” for your replease
|
you get the appropriate “upgrade kit” for your release
|
||||||
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
||||||
page</ulink>. These packages include files that have been updated
|
page</ulink>. These packages include files that have been updated
|
||||||
since the release that you may need to compile new ports.</para>
|
since the release that you may need to compile new ports.</para>
|
||||||
|
@ -650,7 +650,7 @@ do-install:
|
||||||
is read-only. You can tell it to look somewhere else by
|
is read-only. You can tell it to look somewhere else by
|
||||||
doing</para>
|
doing</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>make DISTDIR=/where/you/put/it install</userinput></screen>
|
<screen>&prompt.root; <userinput>make DISTDIR=<replaceable>/where/you/put/it</replaceable> install</userinput></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -701,7 +701,7 @@ do-install:
|
||||||
|
|
||||||
<para>For all the tarballs for a single ports directory, do</para>
|
<para>For all the tarballs for a single ports directory, do</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make fetch</userinput></screen>
|
&prompt.root; <userinput>make fetch</userinput></screen>
|
||||||
|
|
||||||
<para>and for just one port — well, I think you have guessed
|
<para>and for just one port — well, I think you have guessed
|
||||||
|
@ -719,7 +719,7 @@ do-install:
|
||||||
listed in <makevar>MASTER_SITES</makevar>, do as following
|
listed in <makevar>MASTER_SITES</makevar>, do as following
|
||||||
example.</para>
|
example.</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
&prompt.root; <userinput>make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -901,7 +901,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc
|
||||||
<para>A. No problem, assuming you know how to make patches for your
|
<para>A. No problem, assuming you know how to make patches for your
|
||||||
changes:-</para>
|
changes:-</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/somewhere/frobble</userinput>
|
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/frobble</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make extract</userinput>
|
&prompt.root; <userinput>make extract</userinput>
|
||||||
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
|
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
|
||||||
[Apply your patches]
|
[Apply your patches]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.11 1999-04-07 15:14:51 billf Exp $
|
$Id: chapter.sgml,v 1.12 1999-04-08 21:29:45 nik Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
@ -270,7 +270,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
||||||
actually very easy.</para>
|
actually very easy.</para>
|
||||||
|
|
||||||
<para>First, if you are running a release version of FreeBSD, make sure
|
<para>First, if you are running a release version of FreeBSD, make sure
|
||||||
you get the appropriate “upgradekiet” for your replease
|
you get the appropriate “upgrade kit” for your release
|
||||||
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
||||||
page</ulink>. These packages include files that have been updated
|
page</ulink>. These packages include files that have been updated
|
||||||
since the release that you may need to compile new ports.</para>
|
since the release that you may need to compile new ports.</para>
|
||||||
|
@ -650,7 +650,7 @@ do-install:
|
||||||
is read-only. You can tell it to look somewhere else by
|
is read-only. You can tell it to look somewhere else by
|
||||||
doing</para>
|
doing</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>make DISTDIR=/where/you/put/it install</userinput></screen>
|
<screen>&prompt.root; <userinput>make DISTDIR=<replaceable>/where/you/put/it</replaceable> install</userinput></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -701,7 +701,7 @@ do-install:
|
||||||
|
|
||||||
<para>For all the tarballs for a single ports directory, do</para>
|
<para>For all the tarballs for a single ports directory, do</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make fetch</userinput></screen>
|
&prompt.root; <userinput>make fetch</userinput></screen>
|
||||||
|
|
||||||
<para>and for just one port — well, I think you have guessed
|
<para>and for just one port — well, I think you have guessed
|
||||||
|
@ -719,7 +719,7 @@ do-install:
|
||||||
listed in <makevar>MASTER_SITES</makevar>, do as following
|
listed in <makevar>MASTER_SITES</makevar>, do as following
|
||||||
example.</para>
|
example.</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
&prompt.root; <userinput>make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -901,7 +901,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc
|
||||||
<para>A. No problem, assuming you know how to make patches for your
|
<para>A. No problem, assuming you know how to make patches for your
|
||||||
changes:-</para>
|
changes:-</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/somewhere/frobble</userinput>
|
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/frobble</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make extract</userinput>
|
&prompt.root; <userinput>make extract</userinput>
|
||||||
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
|
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
|
||||||
[Apply your patches]
|
[Apply your patches]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: book.sgml,v 1.11 1999-04-07 15:14:51 billf Exp $
|
$Id: book.sgml,v 1.12 1999-04-08 21:29:45 nik Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
@ -270,7 +270,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
||||||
actually very easy.</para>
|
actually very easy.</para>
|
||||||
|
|
||||||
<para>First, if you are running a release version of FreeBSD, make sure
|
<para>First, if you are running a release version of FreeBSD, make sure
|
||||||
you get the appropriate “upgradekiet” for your replease
|
you get the appropriate “upgrade kit” for your release
|
||||||
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
||||||
page</ulink>. These packages include files that have been updated
|
page</ulink>. These packages include files that have been updated
|
||||||
since the release that you may need to compile new ports.</para>
|
since the release that you may need to compile new ports.</para>
|
||||||
|
@ -650,7 +650,7 @@ do-install:
|
||||||
is read-only. You can tell it to look somewhere else by
|
is read-only. You can tell it to look somewhere else by
|
||||||
doing</para>
|
doing</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>make DISTDIR=/where/you/put/it install</userinput></screen>
|
<screen>&prompt.root; <userinput>make DISTDIR=<replaceable>/where/you/put/it</replaceable> install</userinput></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -701,7 +701,7 @@ do-install:
|
||||||
|
|
||||||
<para>For all the tarballs for a single ports directory, do</para>
|
<para>For all the tarballs for a single ports directory, do</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make fetch</userinput></screen>
|
&prompt.root; <userinput>make fetch</userinput></screen>
|
||||||
|
|
||||||
<para>and for just one port — well, I think you have guessed
|
<para>and for just one port — well, I think you have guessed
|
||||||
|
@ -719,7 +719,7 @@ do-install:
|
||||||
listed in <makevar>MASTER_SITES</makevar>, do as following
|
listed in <makevar>MASTER_SITES</makevar>, do as following
|
||||||
example.</para>
|
example.</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
&prompt.root; <userinput>make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -901,7 +901,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc
|
||||||
<para>A. No problem, assuming you know how to make patches for your
|
<para>A. No problem, assuming you know how to make patches for your
|
||||||
changes:-</para>
|
changes:-</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/somewhere/frobble</userinput>
|
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/frobble</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make extract</userinput>
|
&prompt.root; <userinput>make extract</userinput>
|
||||||
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
|
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
|
||||||
[Apply your patches]
|
[Apply your patches]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.11 1999-04-07 15:14:51 billf Exp $
|
$Id: chapter.sgml,v 1.12 1999-04-08 21:29:45 nik Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
@ -270,7 +270,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
||||||
actually very easy.</para>
|
actually very easy.</para>
|
||||||
|
|
||||||
<para>First, if you are running a release version of FreeBSD, make sure
|
<para>First, if you are running a release version of FreeBSD, make sure
|
||||||
you get the appropriate “upgradekiet” for your replease
|
you get the appropriate “upgrade kit” for your release
|
||||||
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
||||||
page</ulink>. These packages include files that have been updated
|
page</ulink>. These packages include files that have been updated
|
||||||
since the release that you may need to compile new ports.</para>
|
since the release that you may need to compile new ports.</para>
|
||||||
|
@ -650,7 +650,7 @@ do-install:
|
||||||
is read-only. You can tell it to look somewhere else by
|
is read-only. You can tell it to look somewhere else by
|
||||||
doing</para>
|
doing</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>make DISTDIR=/where/you/put/it install</userinput></screen>
|
<screen>&prompt.root; <userinput>make DISTDIR=<replaceable>/where/you/put/it</replaceable> install</userinput></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -701,7 +701,7 @@ do-install:
|
||||||
|
|
||||||
<para>For all the tarballs for a single ports directory, do</para>
|
<para>For all the tarballs for a single ports directory, do</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make fetch</userinput></screen>
|
&prompt.root; <userinput>make fetch</userinput></screen>
|
||||||
|
|
||||||
<para>and for just one port — well, I think you have guessed
|
<para>and for just one port — well, I think you have guessed
|
||||||
|
@ -719,7 +719,7 @@ do-install:
|
||||||
listed in <makevar>MASTER_SITES</makevar>, do as following
|
listed in <makevar>MASTER_SITES</makevar>, do as following
|
||||||
example.</para>
|
example.</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
&prompt.root; <userinput>make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -901,7 +901,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc
|
||||||
<para>A. No problem, assuming you know how to make patches for your
|
<para>A. No problem, assuming you know how to make patches for your
|
||||||
changes:-</para>
|
changes:-</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/somewhere/frobble</userinput>
|
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/frobble</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make extract</userinput>
|
&prompt.root; <userinput>make extract</userinput>
|
||||||
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
|
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
|
||||||
[Apply your patches]
|
[Apply your patches]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: book.sgml,v 1.11 1999-04-07 15:14:51 billf Exp $
|
$Id: book.sgml,v 1.12 1999-04-08 21:29:45 nik Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="ports">
|
<chapter id="ports">
|
||||||
|
@ -270,7 +270,7 @@ WRKDIRPREFIX= /tmp</programlisting>
|
||||||
actually very easy.</para>
|
actually very easy.</para>
|
||||||
|
|
||||||
<para>First, if you are running a release version of FreeBSD, make sure
|
<para>First, if you are running a release version of FreeBSD, make sure
|
||||||
you get the appropriate “upgradekiet” for your replease
|
you get the appropriate “upgrade kit” for your release
|
||||||
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
from the <ulink url="http://www.freebsd.org/ports/">ports web
|
||||||
page</ulink>. These packages include files that have been updated
|
page</ulink>. These packages include files that have been updated
|
||||||
since the release that you may need to compile new ports.</para>
|
since the release that you may need to compile new ports.</para>
|
||||||
|
@ -650,7 +650,7 @@ do-install:
|
||||||
is read-only. You can tell it to look somewhere else by
|
is read-only. You can tell it to look somewhere else by
|
||||||
doing</para>
|
doing</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>make DISTDIR=/where/you/put/it install</userinput></screen>
|
<screen>&prompt.root; <userinput>make DISTDIR=<replaceable>/where/you/put/it</replaceable> install</userinput></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -701,7 +701,7 @@ do-install:
|
||||||
|
|
||||||
<para>For all the tarballs for a single ports directory, do</para>
|
<para>For all the tarballs for a single ports directory, do</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make fetch</userinput></screen>
|
&prompt.root; <userinput>make fetch</userinput></screen>
|
||||||
|
|
||||||
<para>and for just one port — well, I think you have guessed
|
<para>and for just one port — well, I think you have guessed
|
||||||
|
@ -719,7 +719,7 @@ do-install:
|
||||||
listed in <makevar>MASTER_SITES</makevar>, do as following
|
listed in <makevar>MASTER_SITES</makevar>, do as following
|
||||||
example.</para>
|
example.</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/directory</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/<replaceable>directory</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
&prompt.root; <userinput>make MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.ORG/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -901,7 +901,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc
|
||||||
<para>A. No problem, assuming you know how to make patches for your
|
<para>A. No problem, assuming you know how to make patches for your
|
||||||
changes:-</para>
|
changes:-</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/somewhere/frobble</userinput>
|
<screen>&prompt.root; <userinput>cd <replaceable>/usr/ports/somewhere/frobble</replaceable></userinput>
|
||||||
&prompt.root; <userinput>make extract</userinput>
|
&prompt.root; <userinput>make extract</userinput>
|
||||||
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
|
&prompt.root; <userinput>cd work/frobble-2.8</userinput>
|
||||||
[Apply your patches]
|
[Apply your patches]
|
||||||
|
|
Loading…
Reference in a new issue