diff options
-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 95667324ff7..d143a64f908 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.55 2008/07/27 19:27:37 joerg Exp $ --> +<!-- $NetBSD: build.xml,v 1.56 2008/09/09 00:59:51 obache Exp $ --> <chapter id="build"> <title>The build process</title> @@ -213,7 +213,7 @@ GTKDIR_DEFAULT= ${LOCALBASE} <para>The <varname>CREATE_WRKDIR_SYMLINK</varname> definition takes either the value <emphasis>yes</emphasis> or <emphasis>no</emphasis> and defaults - to <emphasis>yes</emphasis>. It indicates whether a symbolic link to the + to <emphasis>no</emphasis>. It indicates whether a symbolic link to the <varname>WRKDIR</varname> is to be created in the pkgsrc entry's directory. If users would like to have their pkgsrc trees behave in a read-only manner, then the value of |