diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-08-23 14:04:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-08-23 14:12:19 +0000 |
commit | 6b9c8ced32cff2b51b93b49208f39f60dde72da4 (patch) | |
tree | c947ca7d826da5c216551f8f2144c1560c90a757 /Mk | |
parent | 65e5396ecad56fcb6a5d726493e44d5041688d8e (diff) |
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index fdf6c90b4f36..9abd230c8815 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1001,6 +1001,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # PKG_CREATE_VERBOSE - If set, pass the -v option to pkg create which # ensures periodic output during packaging and # will help prevent timeouts by build monitors +# PKG_COMPRESSION_FORMAT +# the compression format used when creating a package, see +# pkg-create(8) for valid formats # # End of the list of all variables that need to be defined in a port. # Most port authors should not need to understand anything after this point. |