diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-07 15:28:49 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-07 15:28:49 +0000 |
commit | 9677fdaca0aa2de401e189e126719b54a06c5025 (patch) | |
tree | 91c4d5fb9b0d0ce2e5d42ec36445e96d8c6415a0 /share/man | |
parent | 202c9644a3e6ea009e15e50928c0ec5e6b0a3684 (diff) |
default value for PORTHOME (todo: add it as diagnostic)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 7488b58f657..dba6099472e 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.614 2023/09/07 15:23:00 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.615 2023/09/07 15:28:48 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2769,7 +2769,10 @@ as per default. Setting of env variable .Ev HOME for most shell invocations. -Default will trip ports that try to write into $HOME while building. +Default will trip ports that try to write into $HOME while building: +non-existent +.Pa /${PKGPATH}_writes_to_HOME/ . + .It Ev PORTPATH Path used by most shell invocations. Don't override unless really needed. |