diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-11-16 10:06:12 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-11-16 10:06:12 +0000 |
commit | d0ab05e4c3a35f6f3ea573f90ce47f1fc2879d6b (patch) | |
tree | 77bbdc5eb1323447cf725326fc1fd2e584b8c7ff /share/man | |
parent | b978541be49120f25d1a6b0e9fd18953fdf1905f (diff) |
document DUMMY_PACKAGE
Diffstat (limited to 'share/man')
-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 |