diff options
author | schwarz <schwarz> | 2006-11-10 21:36:37 +0000 |
---|---|---|
committer | schwarz <schwarz> | 2006-11-10 21:36:37 +0000 |
commit | c505713605b9936e7c972223bb05c12eae64faed (patch) | |
tree | 2fb7209566d3d722796694533cb14d3d50c88e02 /doc/guide | |
parent | 7eaef5be38b0496199678b24393a72ad27fd82ed (diff) | |
download | pkgsrc-c505713605b9936e7c972223bb05c12eae64faed.tar.gz |
updated possible EXTRACT_USING values
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/build.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index a8764a25692..8e595716850 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.36 2006/10/09 13:15:07 mishka Exp $ --> +<!-- $NetBSD: build.xml,v 1.37 2006/11/10 21:36:37 schwarz Exp $ --> <chapter id="build"> <title>The build process</title> @@ -403,7 +403,8 @@ <varlistentry><term><varname>EXTRACT_USING</varname></term> <listitem><para>This variable can be set to - <literal>pax</literal>, <literal>tar</literal> or an + <literal>gtar</literal>, <literal>nbtar</literal> (which is the + default value), <literal>pax</literal>, or an absolute pathname pointing to the command with which tar archives should be extracted.</para></listitem></varlistentry> |