summaryrefslogtreecommitdiff
path: root/ja
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-26 23:56:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-26 23:56:57 +0000
commitc7ccd12cf5ae586abb06cca22bd76f0332b7f01d (patch)
treebb97cdab02b32f756f1ff8da24303a0141f106d5 /ja
parent85869dbcd4495a47bfab4de1397b163877c7b374 (diff)
Notes
Diffstat (limited to 'ja')
-rw-r--r--ja/handbook/porting.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ja/handbook/porting.sgml b/ja/handbook/porting.sgml
index e198886291..12fde852d3 100644
--- a/ja/handbook/porting.sgml
+++ b/ja/handbook/porting.sgml
@@ -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/') と等しいときには省略できます.