diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-07-26 11:05:33 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-07-26 11:05:33 +0000 |
commit | b948137b1ec45ceab6765c935cae48f68c58ecd9 (patch) | |
tree | 0c388d27714427996de4150effaf9deb168f04e6 /share | |
parent | 4025291f45bb5c54496cff7d9f6911090753d623 (diff) |
document update-or-install
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3aac8addf43..9d68c80a7a4 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.219 2008/07/22 20:53:13 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.220 2008/07/26 11:05:32 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: July 22 2008 $ +.Dd $Mdocdate: July 26 2008 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -558,6 +558,26 @@ See and .Ev FORCE_UPDATE as well. +.It Ar update-or-install +Update an installed package or perform a fresh installation, +by using +.Sq pkg_add -r . +Handles one single package in multi-packages ports. +See +.Ev UPDATE_COOKIES_DIR +and +.Ev FORCE_UPDATE +as well. +.It Ar update-or-install-all +Update installed packages or perform a fresh installation, +by using +.Sq pkg_add -r . +Handles all packages in multi-packages ports. +See +.Ev UPDATE_COOKIES_DIR +and +.Ev FORCE_UPDATE +as well. .It Ar update-plist Update the packing lists for a port, using the fake installation and the existing packing lists. @@ -1765,7 +1785,7 @@ Leave empty if no message is needed. Name of the unzip binary. .It Ev UPDATE_COOKIES_DIR User settings. -Used to store cookies for package updates, defaults to +Used to store cookies for package updates and, defaults to .Pa ${PORTSDIR}/update/${MACHINE_ARCH} . If set to empty, will revert to a file under .Pa ${WRKDIR} . |