diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-03-20 19:16:58 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-03-20 19:16:58 +0000 |
commit | 8b647abacd9fa2ffe9d2ea813dc816c673adaf42 (patch) | |
tree | c41ece4a312e2cf7c1c1b5833fe89b556bc5bf9e /share | |
parent | d368a921e57a68b64d3b8aa4f09af24ce1d3ef7c (diff) |
Document BROKEN-<arch>
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 18da2f0a961..9c6a3b5eece 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.239 2010/02/26 19:27:09 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.240 2010/03/20 19:16:57 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: February 26 2010 $ +.Dd $Mdocdate: March 20 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -703,6 +703,14 @@ Define only for broken ports, set to reason the port is broken. See also .Ev NO_IGNORE , .Ev TRY_BROKEN . +.It Ev BROKEN-<arch> +Define only for ports broken on a given architecture. +Intent distinct from +.Ev ONLY_FOR_ARCHS , +and +.Ev NOT_FOR_ARCHS , +which are used to mark ports for which support for some architectures +does not exist at all, or is completely obsolete. .It Ev BSD_INSTALL_{PROGRAM,SCRIPT,DATA,MAN}[_DIR] Macros passed to make and configure invocations. Set based on corresponding INSTALL_* variables. |