diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-16 04:23:57 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-16 04:23:57 +0000 |
commit | da3003997b9a0c3df80328dcd2226083baed6489 (patch) | |
tree | a99f3f5089eef99a872ea9ce58521cca9b5f5414 /share/man | |
parent | 7ffdb86d2ab3d1646bd0e7d18f28e3425a5af801 (diff) |
Document NO_BUILD.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 4a87a295060..78c3f8ea91d 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.22 2000/12/27 18:21:11 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.23 2001/01/16 04:23:56 angelos Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -901,6 +901,8 @@ and to determine which files can be mirrored instead. See .Xr mirroring-ports 7 . +.It Ev NO_BUILD +Do not actually build the port. .It Ev NO_CONFIGURE If ${FILESDIR}/configure does not exist, no automatic configuration will be done anyway. |