diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-07 11:40:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-07 11:40:08 +0000 |
commit | b6f17840449454232d471b2941dfa7b98b5364e4 (patch) | |
tree | d8f80326c1f2d3528b9f1365ce274fe02ca52741 /Mk/bsd.port.mk | |
parent | 9add29ba5cac1073eaa476440b4851a8545df1a7 (diff) | |
download | ports-b6f17840449454232d471b2941dfa7b98b5364e4.tar.gz ports-b6f17840449454232d471b2941dfa7b98b5364e4.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f38c67fc76a8..ea112f3e223e 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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) |