diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-08-15 00:10:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-08-15 00:10:02 +0000 |
commit | 052f30e7877aeeaae136a17ffb47320f8e06d0a6 (patch) | |
tree | 93e9810a556cd9869e819e49ee7812de040a0b80 /share/man/man5 | |
parent | 77e462a7c0018f3b32fa973f39217e06c918e0e2 (diff) |
Document PORTSDIR_PATH
Diffstat (limited to 'share/man/man5')
-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 6077094ba00..c5ac9a9f814 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.119 2003/08/11 20:14:35 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.120 2003/08/15 00:10:01 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1221,6 +1221,12 @@ Don't override unless really needed. .It Ev PORTSDIR Root of the ports tree (default: .Pa /usr/ports ) . +.It Ev PORTSDIR_PATH +Path used by dependencies and +.Pa bsd.port.subdir.mk +to look up package specifications. +Defaults to +.Pa ${PORTSDIR}:${PORTSDIR}/mystuff . .It Ev PKGDIR Location for packaging information (packing list, port description, port short description). @@ -1555,7 +1561,9 @@ Default setup of ${PKGREPOSITORY}. Default setup of ${BULK_COOKIES_DIR}. .It Pa ${PORTSDIR}/mystuff Extra directory used to store local ports before committing them. -All depend targets will look there after the normal lookup fails. +All depend targets will normally look there after the normal lookup fails. +See +.Ev PORTSDIR_PATH . .El .Sh OBSOLETE TARGETS .Bl -tag -width do-configure |