diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-03-02 13:41:03 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-03-02 13:41:03 +0000 |
commit | e28f40d7a8ac907d0394b6778a9306b869365b33 (patch) | |
tree | 2cd54958409160a58052370892620635d66c7d9e /share | |
parent | b683af40e1019e7894fbf1883014bffbabfeffa0 (diff) |
Document PORTHOME.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 1d788d21a8f..8b983b263ee 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.62 2002/02/18 20:57:07 pvalchev Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.63 2002/03/02 13:41:02 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -815,6 +815,11 @@ PATCH_LIST=${PORTSDIR}/x11/kde/libs2/patches/p-* patch-* .It Ev PATCH_STRIP Patch option used to strip directory levels while applying port's patches. Defaults to -p0 . +.It Ev PORTHOME +Setting of env variable +.Ev HOME +for most shell invocations. +Default will trip ports that try to write into $HOME while building. .It Ev PORTPATH Path used by most shell invocations. Don't override unless really needed. |