Document USES=7z.
Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5949
This commit is contained in:
parent
e905420301
commit
add12c1a35
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48698
2 changed files with 19 additions and 0 deletions
|
@ -69,6 +69,24 @@
|
|||
</example>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="uses-7z">
|
||||
<title><literal>7z</literal></title>
|
||||
|
||||
<para>Possible arguments: (none), <literal>p7zip</literal>,
|
||||
<literal>partial</literal></para>
|
||||
|
||||
<para>Extract using &man.7z.1; instead of &man.bsdtar.1; and sets
|
||||
<literal>EXTRACT_SUFX=.7z</literal>. The
|
||||
<literal>p7zip</literal> option forces a dependency on the
|
||||
<command>7z</command> from <package
|
||||
role="port">archivers/p7zip</package> if the one from the base
|
||||
system is not able to extract the files.
|
||||
<varname>EXTRACT_SUFX</varname> is not changed if the
|
||||
<literal>partial</literal> option is used, this can be used if
|
||||
the main distribution file does not have a
|
||||
<filename>.7z</filename> extension.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="uses-ada">
|
||||
<title><literal>ada</literal></title>
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
-->
|
||||
|
||||
<!ENTITY man...1 "<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>[</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
|
||||
<!ENTITY man.7z.1 "<citerefentry xmlns='http://docbook.org/ns/docbook' vendor='ports'><refentrytitle>7z</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
|
||||
<!ENTITY man.CC.1 "<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>CC</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
|
||||
<!ENTITY man.Mail.1 "<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>Mail</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
|
||||
<!-- man.X.1 no longer exists in XFree86 4.3.0; the content looks to have moved
|
||||
|
|
Loading…
Reference in a new issue