diff options
author | 2012-08-31 18:54:39 +0000 | |
---|---|---|
committer | 2012-08-31 18:54:39 +0000 | |
commit | 3af0cfe1c129ebd0fcf8683b2d2a69a4c6d733c7 (patch) | |
tree | 77ba2fbf874fc74a2b7d870e47b5cd042c38a0d8 | |
parent | Allow an error message for a filename that is too long to be seen and (diff) | |
download | wireguard-openbsd-3af0cfe1c129ebd0fcf8683b2d2a69a4c6d733c7.tar.xz wireguard-openbsd-3af0cfe1c129ebd0fcf8683b2d2a69a4c6d733c7.zip |
tweak previous;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 4736efb4c77..d1066787f95 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.354 2012/08/31 17:25:11 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.355 2012/08/31 18:54:39 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1019,7 +1019,6 @@ with .Pa some/directory the directory part of the .Sq pkgpath . -.Pp .It Ev BUILD_ONCE User settings. Defaults to @@ -1033,7 +1032,8 @@ When is set to .Sq Yes , all -.Ev PSEUDO_FLAVORS matching +.Ev PSEUDO_FLAVORS +matching .Sq no_* will be disabled, unless the special pseudo-flavor .Sq bootstrap @@ -3289,7 +3289,7 @@ The following variables are subpackage dependent: .Ev DESCR , .Ev PLIST , .Ev STATIC_PLIST , -.Ev PKGSPEC , +.Ev PKGSPEC . .Pp The usual non-MULTI_PACKAGES variables are simply used as default values for all subpackages. |