diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-12 16:04:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-12 16:04:36 +0000 |
commit | 836b4855f0be8279745bddc45bb5403b396d43ae (patch) | |
tree | 11d2e16e64e1c66a019d92ecef314c75e0efa636 /share | |
parent | 04e2fdac01349aa54d1b8e9b389d05ee0b5532b0 (diff) |
tweak previous;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3b83d446887..9b0de1d5612 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.207 2008/01/12 14:23:07 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.208 2008/01/12 16:04:35 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1192,7 +1192,7 @@ stage, which adds and for the regress stage, which adds .Ev REGRESS_FLAGS (see -.Ev ALL_REGRESS_FLAGS ) +.Ev ALL_REGRESS_FLAGS ) . .It Ev MAKE_FILE Name of the Makefile used for ports building. Defaults to Makefile. @@ -1519,7 +1519,7 @@ See for specification. Regress dependencies are only checked if the regress stage is invoked. .It Ev REGRESS_FLAGS -Extra Flags passed to ${MAKE_PROGRAM} to run the regression tests. +Extra flags passed to ${MAKE_PROGRAM} to run the regression tests. Empty by default. .It Ev REGRESS_IS_INTERACTIVE Set to |