From be5ee17c6a967d444076adabf4c1f7e65caeda82 Mon Sep 17 00:00:00 2001 From: yyamano Date: Thu, 23 Nov 2006 11:47:54 +0000 Subject: Fix typo and sync with the real. Patch provided by kano@. --- doc/guide/files/build.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index 8e595716850..45ea94a8f21 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ - + The build process @@ -185,7 +185,7 @@ WRKDIR This is an absolute pathname pointing to the directory - where all work takes place. The distfiles are extraced to this + where all work takes place. The distfiles are extracted to this directory. It also contains temporary directories and log files used by the various pkgsrc frameworks, like buildlink or the wrappers. @@ -389,7 +389,7 @@ files. Extracting the files is usually done by a little - program, mk/scripts/extract, which + program, mk/extract/extract, which already knows how to extract various archive formats, so most likely you will not need to change anything here. But if you need, the following variables may help you: @@ -399,7 +399,7 @@ EXTRACT_OPTS_{BIN,LHA,PAX,RAR,TAR,ZIP,ZOO} Use these variables to override the default options for an extract command, which are defined in - mk/scripts/extract. + mk/extract/extract. EXTRACT_USING This variable can be set to -- cgit v1.2.3