From 5b442eca687c7493a2f2755d931ef1cd5731ec7e Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 7 Sep 2023 15:28:48 +0000 Subject: [PATCH] default value for PORTHOME (todo: add it as diagnostic) --- share/man/man5/bsd.port.mk.5 | 7 +++++-- 1 file 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. -- 2.20.1