diff options
author | Daniel Jakots <danj@cvs.openbsd.org> | 2018-01-31 17:43:34 +0000 |
---|---|---|
committer | Daniel Jakots <danj@cvs.openbsd.org> | 2018-01-31 17:43:34 +0000 |
commit | 8d28816b6fe65cb4e609cf6cc60278da501a3dde (patch) | |
tree | 47daac563e566799b6b0c927aed484be9047b571 /share | |
parent | e03ce37ee169513386d17b650ec3544c8d362c98 (diff) |
Mention that PATCH_DEBUG is set to true by default. Prompted by a
question about patching from abieber@
ok jmc@ sthen@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 327946f9597..3f2fc4e70af 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.473 2018/01/29 18:39:28 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.474 2018/01/31 17:43:33 danj Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 29 2018 $ +.Dd $Mdocdate: January 31 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2262,6 +2262,7 @@ If set to the .Cm patch stage will output extra debug information. +This is the default. .It Ev PATCH_DIST_ARGS Full list of options used while applying distribution patches. .It Ev PATCH_DIST_STRIP |