summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2005-09-14 10:38:02 +0000
committerespie <espie@openbsd.org>2005-09-14 10:38:02 +0000
commitb2451002be1e944ad5d8f8f2990985bfaa154eba (patch)
treecf202d58f56bc7bd6e02d4e401759f1a2dbd468c
parenttypo, let @pkgpath work. (diff)
downloadwireguard-openbsd-b2451002be1e944ad5d8f8f2990985bfaa154eba.tar.xz
wireguard-openbsd-b2451002be1e944ad5d8f8f2990985bfaa154eba.zip
document @pkgpath
-rw-r--r--usr.sbin/pkg_add/pkg_create.119
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