diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-07-14 23:47:18 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-07-14 23:47:18 +0000 |
commit | bfa79044c93c0726d24f454cf9a465b8864eae90 (patch) | |
tree | c3a491ffe937101e8c908d4bb9a0e074226f11fe /share | |
parent | b3985a411a31711c773f3c516d03331cf3422ca2 (diff) |
mark a few more variables as user settings.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 4eef74b6ab8..4fbf8525404 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.108 2003/07/14 18:51:37 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.109 2003/07/14 23:47:17 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -436,6 +436,7 @@ See also Macros passed to make and configure invocations. Set based on corresponding INSTALL_* variables. .It Ev BIN_PACKAGES +User settings. If set to .Sq Yes , the @@ -475,6 +476,7 @@ or target will be processed in a subdirectory of the working directory, specifically, in ${WRKDIR}/directory. .It Ev BULK +User settings. If set to .Sq Yes , successful package builds and installations will clean @@ -706,6 +708,7 @@ and patchfiles will be located. See target .Ar fetch . .It Ev ECHO_MSG +User settings. Used to display .Sq ===> Configuring for foo and similar informative messages. @@ -782,6 +785,7 @@ Can be used to go through excessively paranoid firewalls. See BUILD_DEPENDS for specification. Fetch dependencies are checked at the beginning of the extract stage. .It Ev FETCH_SYMLINK_DISTFILES +User settings. Set to .Sq Yes to link distribution files off @@ -979,12 +983,14 @@ User settings. Beware of the full implications of this mechanism, namely that it disables entirely the basic authentication mechanisms of the ports tree. .It Ev NO_DEPENDS +User settings. Don't verify build of dependencies. Do not use in any ports Makefile. This is only meant as a user convenience when, e.g., you just want to browse through a given port's source and do not wish to trigger the build of dependencies. .It Ev NO_IGNORE +User settings. If set to .Sq Yes , avoid ignoring a port for the usual reasons. @@ -1170,6 +1176,7 @@ Creation of a separate working directory is mandatory. If, at a later time, a full build with all subpackages is required, all the work will need to be done again. .It Ev REFETCH +User settings. If set to true, .Ar checksum will analyze ${CHECKSUM_FILE}, and try retrieving files with the correct |