diff options
author | 2018-11-16 10:06:11 +0000 | |
---|---|---|
committer | 2018-11-16 10:06:11 +0000 | |
commit | e11db03bd62905c6241b75918c097e3a9f6ad78f (patch) | |
tree | 38571bbe651143c935f0f61f768b7463385d1986 /share/man/man5 | |
parent | kill INDEX thoroughly, point users at portslist, sqlports, pkglocatedb (diff) | |
download | wireguard-openbsd-e11db03bd62905c6241b75918c097e3a9f6ad78f.tar.xz wireguard-openbsd-e11db03bd62905c6241b75918c097e3a9f6ad78f.zip |
document DUMMY_PACKAGE
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d056e85ab41..3c86a0d6100 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.502 2018/11/16 09:49:15 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.503 2018/11/16 10:06:11 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1583,6 +1583,14 @@ Annotations for the Distributed Ports Builder. See .Xr dpb 1 for semantics. +.It Ev DUMMY_PACKAGE +If defined, +.Nm +will provide dummy values for variables mandatory for a minimally functional +port. +Used by various pieces of the ports tree to perform introspection and get to +.Nm Ns 's +variables. .It Ev ECHO_MSG User settings. Used to display |