diff options
author | 2005-09-14 10:38:02 +0000 | |
---|---|---|
committer | 2005-09-14 10:38:02 +0000 | |
commit | b2451002be1e944ad5d8f8f2990985bfaa154eba (patch) | |
tree | cf202d58f56bc7bd6e02d4e401759f1a2dbd468c | |
parent | typo, let @pkgpath work. (diff) | |
download | wireguard-openbsd-b2451002be1e944ad5d8f8f2990985bfaa154eba.tar.xz wireguard-openbsd-b2451002be1e944ad5d8f8f2990985bfaa154eba.zip |
document @pkgpath
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index d383d28e570..8cb46d9c860 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.24 2004/12/01 12:17:40 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.25 2005/09/14 10:38:02 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -560,6 +560,23 @@ Deprecated, use .Cm @depend instead. .Pp +.It Cm @pkgpath Ar pkgpath +Declare an extra +.Ar pkgpath +for the package. +This is used for updates: +.Nm pkg_add +.Fl u +normally checks that the +.Ar pkgpath +embedded in the package corresponds to the old package, +to solve ambiguities when packages with similar names are involved. +When ports get renamed, or flavors change, extra +.Cm @pkgpath +annotations can help +.Nm pkg_add +get a sense of continuity. +.Pp .It Cm @sample Ar filename Last preceding .Cm @file |