diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-12-09 10:36:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-12-09 10:36:27 +0000 |
commit | d3bca9dc9bf4a236d1482531378d420f2b827ffb (patch) | |
tree | 2c23544d4ce707f04c4a9b8f7aba243c8c4bcc0b /share/man | |
parent | 4f8b3a9ea1ccbbea26c488f91263ea664cfcf75e (diff) |
explain CONFIG_SITE_LIST purposes.
Refrain from making it user-available for now.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 353bded77c1..fa3d3c1549c 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.322 2011/12/04 00:10:28 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.323 2011/12/09 10:36:26 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 4 2011 $ +.Dd $Mdocdate: December 9 2011 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1159,6 +1159,16 @@ If the current .Ox version is >= this version then a notice will be displayed instead of the port being built. +.It Ev CONFIG_SITE_LIST +Used when +.Li CONFIGURE_STYLE=gnu . +List of +.Pa config.site +fragments that will speed up gnu-configure, and prevent it from +preferring various gnu programs, unless +.Ev BUILD_DEPENDS +explicitly ask for them. +Read-only, available for debugging purposes. .It Ev CONFIGURE_ARGS Arguments to pass to configure script. Defaults are empty, except for |