Modified: trunk/doc-new/guide/xml/portfile-phase.xml (81654 => 81655)
--- trunk/doc-new/guide/xml/portfile-phase.xml 2011-08-03 13:05:58 UTC (rev 81654)
+++ trunk/doc-new/guide/xml/portfile-phase.xml 2011-08-03 13:17:47 UTC (rev 81655)
@@ -1155,6 +1155,33 @@
</varlistentry>
<varlistentry>
+ <term>use_xz</term>
+
+ <listitem>
+ <para>This keyword is for downloads that are compressed using the xz tool.
+ When invoked, it automatically sets:</para>
+
+ <literallayout>extract.suffix = .tar.xz
+extract.cmd = xz
+
+</literallayout>
+
+ <itemizedlist>
+ <listitem>
+ <para>Default: <option>no</option></para>
+ </listitem>
+
+ <listitem>
+ <para>Example:</para>
+
+ <programlisting>use_xz yes</programlisting>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+
+
+ <varlistentry>
<term>extract.mkdir</term>
<listitem>