From: espie Date: Thu, 7 Sep 2023 15:28:48 +0000 (+0000) Subject: default value for PORTHOME (todo: add it as diagnostic) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5b442eca687c7493a2f2755d931ef1cd5731ec7e;p=openbsd default value for PORTHOME (todo: add it as diagnostic) --- 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.