According to bsd.port.mk: USE_BZIP2 would set EXTRACT_SUFX to .tar.bz2,
not just .bz2.
This commit is contained in:
parent
676b4e9c04
commit
3fdfd60a6d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25012
1 changed files with 1 additions and 1 deletions
|
@ -2223,7 +2223,7 @@ EXTRACT_SUFX= .tgz</programlisting>
|
|||
|
||||
<para>The <makevar>USE_BZIP2</makevar> and <makevar>USE_ZIP</makevar>
|
||||
variables automatically set <makevar>EXTRACT_SUFX</makevar> to
|
||||
<literal>.bz2</literal> or <literal>.zip</literal> as necessary. If
|
||||
<literal>.tar.bz2</literal> or <literal>.zip</literal> as necessary. If
|
||||
neither of these are set then <makevar>EXTRACT_SUFX</makevar>
|
||||
defaults to <literal>.tar.gz</literal>.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue