mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Fix EXTRACT_SUFFIX documentation
Remove documentation on the deprecated USE_BZIP2 and USE_XZ
This commit is contained in:
parent
9add29ba5c
commit
b6f1784044
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383498
@ -93,8 +93,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
|
||||
# Default: ${DISTNAME}${EXTRACT_SUFX}
|
||||
# EXTRACT_SUFX - Suffix for archive names
|
||||
# You never have to set both DISTFILES and EXTRACT_SUFX.
|
||||
# Default: .tar.bz2 if USE_BZIP2 is set, .tar.xz if USE_XZ is set,
|
||||
# .tar.gz otherwise).
|
||||
# Default: .tar.bz2 if USES=tar:bzip2 is set, .tar.xz if
|
||||
# USES=tar:xz USE_XZ is set, .tar.gz otherwise).
|
||||
# MASTER_SITES - Primary location(s) for distribution files if not found
|
||||
# locally. See bsd.sites.mk for common choices for
|
||||
# MASTER_SITES.
|
||||
@ -324,10 +324,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
|
||||
# if a port breaks with it (it should be
|
||||
# extremely rare).
|
||||
#
|
||||
# USE_BZIP2 - If set, this port tarballs use bzip2, not gzip, for
|
||||
# compression.
|
||||
# USE_XZ - If set, this port tarballs use xz (or lzma)
|
||||
# for compression
|
||||
# USE_GCC - If set, this port requires this version of gcc, either in
|
||||
# the system or installed from a port.
|
||||
# USE_CSTD - Override the default C language standard (gnu89, gnu99)
|
||||
|
Loading…
Reference in New Issue
Block a user