diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-07-04 10:55:56 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-07-04 10:55:56 +0000 |
commit | e49dee198058c8509781b24f288671c3ab12691e (patch) | |
tree | ea376a02e0eaa40cfd2db02f8e426c379336bc30 | |
parent | b3753a2ee5b621168a705031b4255daedf3be6f3 (diff) |
no reason not to document that one can use ${WRKDIR}/bin to override
nasty commands dependencies.
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 544e9b7d5d0..71241c65243 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.217 2008/06/10 11:07:00 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.218 2008/07/04 10:55:55 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: June 10 2008 $ +.Dd $Mdocdate: July 4 2008 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1857,6 +1857,10 @@ Read-only. Ports that need to know the WRKDIR of another port must use cd that_port_dir && make show=WRKDIR for this. Note that WRKDIR may be a symbolic link. +During ports building, +.Pa ${WRKDIR}/bin +is put at the front of the +.Ev PATH . .It Ev WRKDIST Subdirectory of ${WRKDIR} in which the distribution files normally unpacks. Base for all patches (default: ${WRKDIR}/${DISTNAME}). |