Fix two typos. One of them is reflected in the Japanese version as well.
Submitted by: simokawa-sensei
This commit is contained in:
parent
85869dbcd4
commit
c7ccd12cf5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3838
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: porting.sgml,v 1.117 1998-11-24 10:56:52 asami Exp $ -->
|
<!-- $Id: porting.sgml,v 1.118 1998-11-26 23:56:54 asami Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect><heading>Making a port yourself<label id="porting"></heading>
|
<sect><heading>Making a port yourself<label id="porting"></heading>
|
||||||
|
@ -671,7 +671,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
will check for a shared jpeg library with major version 9,
|
will check for a shared jpeg library with major version 9,
|
||||||
and descend into the <tt>graphics/jpeg</tt> subdirectory
|
and descend into the <tt>graphics/jpeg</tt> subdirectory
|
||||||
of your ports tree to build and package it if it is not
|
of your ports tree to build and install it if it is not
|
||||||
found. The `<tt/:target/' part can be omitted if it is
|
found. The `<tt/:target/' part can be omitted if it is
|
||||||
equal to <tt>${DEPENDS_TARGET}</tt> (which defaults to
|
equal to <tt>${DEPENDS_TARGET}</tt> (which defaults to
|
||||||
`<tt/install/').
|
`<tt/install/').
|
||||||
|
@ -1144,7 +1144,7 @@ MASTERDIR= ${.CURDIR}/../xdvi300
|
||||||
installation, use the <tt/MANCOMPRESSED/ variable. This
|
installation, use the <tt/MANCOMPRESSED/ variable. This
|
||||||
variable can take three values, `<tt/yes/', `<tt/no/' and
|
variable can take three values, `<tt/yes/', `<tt/no/' and
|
||||||
`<tt/maybe/'. `<tt/yes/' means manpages are already
|
`<tt/maybe/'. `<tt/yes/' means manpages are already
|
||||||
installed, `<tt/no/' means they are not, and `<tt/maybe/'
|
installed compressed, `<tt/no/' means they are not, and `<tt/maybe/'
|
||||||
means the software already respects the value of
|
means the software already respects the value of
|
||||||
<tt/NOMANCOMPRESS/ so <tt/bsd.port.mk/ does not have to do
|
<tt/NOMANCOMPRESS/ so <tt/bsd.port.mk/ does not have to do
|
||||||
anything special.
|
anything special.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- $Id: porting.sgml,v 1.51 1998-11-26 07:01:53 asami Exp $ -->
|
<!-- $Id: porting.sgml,v 1.52 1998-11-26 23:56:57 asami Exp $ -->
|
||||||
<!-- The FreeBSD Japanese Documentation Project -->
|
<!-- The FreeBSD Japanese Documentation Project -->
|
||||||
<!-- Original revision: 1.117 -->
|
<!-- Original revision: 1.118 -->
|
||||||
|
|
||||||
<sect><heading>自分で port を作る<label id="porting"></heading>
|
<sect><heading>自分で port を作る<label id="porting"></heading>
|
||||||
|
|
||||||
|
@ -678,7 +678,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install
|
||||||
と指定してあれば, まずメジャーバージョンが9のjpegライブ
|
と指定してあれば, まずメジャーバージョンが9のjpegライブ
|
||||||
ラリがあるかどうか確認し, ない場合にはportsツリーの中の
|
ラリがあるかどうか確認し, ない場合にはportsツリーの中の
|
||||||
<tt>graphics/jpeg</tt> というサブディレクトリに移動し, そこ
|
<tt>graphics/jpeg</tt> というサブディレクトリに移動し, そこ
|
||||||
で作成と package 作成を行ないます. `<tt/:target/' の
|
でコンパイルとインストールを行ないます. `<tt/:target/' の
|
||||||
部分は, <tt>${DEPENDS_TARGET}</tt> (デフォルトは
|
部分は, <tt>${DEPENDS_TARGET}</tt> (デフォルトは
|
||||||
`<tt/install/') と等しいときには省略できます.
|
`<tt/install/') と等しいときには省略できます.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue