diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2020-03-06 15:22:45 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2020-03-06 15:22:45 +0000 |
commit | 7c013f04ff9532624216ce179029bfac32a5cbd2 (patch) | |
tree | 76d778674901c54eb14623ca01b3e5c666b84b1f | |
parent | e6ed26ca7ede0a4469665acbd65b5e02c32a3a28 (diff) |
simplify SEPARATE_BUILD description
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 52746829d13..2e961442f70 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.526 2020/01/30 07:19:45 kn Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.527 2020/03/06 15:22:44 espie 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 30 2020 $ +.Dd $Mdocdate: March 6 2020 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2865,8 +2865,6 @@ place they were unpacked. For some specific ports, this is even mandatory. Set to .Sq yes -or -.Sq simple if this is the case. The ports infrastructure will generate a separate ${WRKBUILD} directory in which the port will be configured and built. |