diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-19 18:43:49 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-19 18:43:49 +0000 |
commit | f262ba5ad5de8598b115a809d9581108dc06adff (patch) | |
tree | c59a1faadd45c5445824766e07d4802a21d0c5d4 /share/man/man5/bsd.port.mk.5 | |
parent | 439ac1d827d322463a0b877127e1e180d23f1d57 (diff) |
Better BUILD_DEPENDS doc.
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b7a8b253efa..cf9a1c06798 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.14 2000/09/17 16:39:18 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.15 2000/09/19 18:43:48 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -120,7 +120,8 @@ defaults to .Sq install if it is not specified. .Sq file_to_test -is checked against the current path, or as an absolute +is checked against the current path for ports (see PORTPATH), +or as an absolute file name. The special name /nonexistent can be used to force a build dependency (see the ghostscript port for an example). .Sq directory |