diff options
author | 2018-07-30 14:13:08 +0000 | |
---|---|---|
committer | 2018-07-30 14:13:08 +0000 | |
commit | 5348f314b1f6965874a880ceb4b5d8796c1c82ef (patch) | |
tree | a46021537cff2dceef5c962f413eacf953395253 | |
parent | byebye fake.mtree (diff) | |
download | wireguard-openbsd-5348f314b1f6965874a880ceb4b5d8796c1c82ef.tar.xz wireguard-openbsd-5348f314b1f6965874a880ceb4b5d8796c1c82ef.zip |
Tweak history
Document that LOCALBASE changes may not work.
Be less dramatic about it, as it doesn't appear to be *that* bad.
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b6ddbe3203b..030d7332271 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.491 2018/07/30 12:47:12 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.492 2018/07/30 14:13:08 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -4316,7 +4316,7 @@ to remove bugs. New features have been carefully introduced, trying hard to avoid inconsistencies. .Pp -FLAVORS, MULTI_PACKAGES and FAKE are +FLAVORS, MULTI_PACKAGES SEPARATE_BUILD and FAKE are .Ox improvements. Most recent additions do not come from another @@ -4326,9 +4326,10 @@ Most recent additions do not come from another .Sh BUGS AND LIMITATIONS .Ev LOCALBASE , .Ev X11BASE , -.Ev SYSCONFDIR +.Ev BASESYSCONFDIR , +.Ev VARBASE and .Ev PREFIX are not heeded consistently. -Most of the ports tree will probably fall -apart if one tries to build/use stuff elsewhere. +Using anything but the default values has not been heavily tested. +Some ports may not build if you change them. |