diff options
author | kano <kano> | 2006-12-04 12:39:52 +0000 |
---|---|---|
committer | kano <kano> | 2006-12-04 12:39:52 +0000 |
commit | f1ec4e390e3e2242335cd3131e26a61e700837a8 (patch) | |
tree | 4451d8c192a639f39ec4f5fbc76a2f4f733b64c6 /doc/guide | |
parent | 5caef97af273d8d389f5cc1e9be30bd531c8718e (diff) | |
download | pkgsrc-f1ec4e390e3e2242335cd3131e26a61e700837a8.tar.gz |
remove extra ")"
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index 6c76e352187..3b64464729d 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.39 2006/12/02 06:03:31 kano Exp $ --> +<!-- $NetBSD: build.xml,v 1.40 2006/12/04 12:39:52 kano Exp $ --> <chapter id="build"> <title>The build process</title> @@ -339,7 +339,7 @@ <para>The <emphasis>fetch</emphasis> phase makes sure that all the distfiles exist in a local directory - (<varname>DISTDIR</varname>), which can be set by the pkgsrc + (<varname>DISTDIR</varname>, which can be set by the pkgsrc user). If the files do not exist, they are fetched using commands of the form</para> |