diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2015-07-04 15:07:55 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2015-07-04 15:07:55 +0000 |
commit | 817e43250ce7658da0aa89668fdd59a3d1d4cd31 (patch) | |
tree | c316dc155a5b3952e0d3dca93338df3a0f0f0e02 /share/man | |
parent | fd29d43d35b13022369b8b21758a50862ba27f0d (diff) |
document PKGPATHS, used together with PKGNAMES.
fix PKGNAMES description (only relates to actual BUILD_PACKAGES)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b5ad37fc1aa..3157fab75df 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.416 2015/04/05 13:33:06 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.417 2015/07/04 15:07:54 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: April 5 2015 $ +.Dd $Mdocdate: July 4 2015 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2363,7 +2363,7 @@ Read-only. List of all package names generated by the port, with .Ev FLAVORS and -.Ev MULTI_PACKAGES +.Ev BUILD_PACKAGES taken into account. Mostly used as .Sq make show=PKGNAMES @@ -2374,6 +2374,16 @@ of ${PKGNAME}${SUBPACKAGE} is not appropriate. .It Ev PKGPATH Path to the current port's directory, relative to ${PORTSDIR}. Read-only. +.It Ev PKGPATHS +Read-only. +List of all package paths generated by the port, with +.Ev FLAVORS +and +.Ev MULTI_PACKAGES +taken into account. +Order matches +.Ev PKGNAMES +exactly. .It Ev PKGSPEC Default package spec for using this port as a dependency. Defaults to |