diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-08-23 16:04:47 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-08-23 16:12:20 +0200 |
commit | 03d5e2defa5f5bec32e2642e248e001300e741cd (patch) | |
tree | 097bce2b7d08bad34a593652e55f4b8aabc3203c /Mk | |
parent | Mk/bsd.port.mk: document PKG_COMPRESSION_FORMAT (diff) |
Mk/bsd.port.mk: clean up some documentation formatting
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 9abd230c8815..f813ae697972 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -997,8 +997,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # DISABLE_SIZE - Do not check the size of a distfile even if the SIZE field # has been specified in distinfo. This is useful # when using an alternate FETCH_CMD. -# -# PKG_CREATE_VERBOSE - If set, pass the -v option to pkg create which +# 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 |