Fix two typos. One of them is reflected in the Japanese version as well.

Submitted by:	simokawa-sensei
This commit is contained in:
Satoshi Asami 1998-11-26 23:56:57 +00:00
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
handbook
ja/handbook

View file

@ -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 -->
<sect><heading>Making a port yourself<label id="porting"></heading>
@ -671,7 +671,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install
</verb></tscreen>
will check for a shared jpeg library with major version 9,
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
equal to <tt>&dollar;{DEPENDS_TARGET}</tt> (which defaults to
`<tt/install/').
@ -1144,7 +1144,7 @@ MASTERDIR= ${.CURDIR}/../xdvi300
installation, use the <tt/MANCOMPRESSED/ variable. This
variable can take three values, `<tt/yes/', `<tt/no/' and
`<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
<tt/NOMANCOMPRESS/ so <tt/bsd.port.mk/ does not have to do
anything special.

View file

@ -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 -->
<!-- Original revision: 1.117 -->
<!-- Original revision: 1.118 -->
<sect><heading>自分で port を作る<label id="porting"></heading>
@ -678,7 +678,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install
と指定してあれば, まずメジャーバージョンが9のjpegライブ
ラリがあるかどうか確認し, ない場合にはportsツリーの中の
<tt>graphics/jpeg</tt> というサブディレクトリに移動し, そこ
作成と package 作成を行ないます. `<tt/:target/' の
コンパイルとインストールを行ないます. `<tt/:target/' の
部分は, <tt>&dollar;{DEPENDS_TARGET}</tt> (デフォルトは
`<tt/install/') と等しいときには省略できます.