diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2021-01-29 15:58:57 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2021-01-29 15:58:57 +0000 |
commit | f0f6c7dff96f885ed777bee7b6670ca526541704 (patch) | |
tree | c86ce2f9d4e12ac87c1862946db16d01b9368714 /usr.sbin/pkg_add | |
parent | 29db0b7a1626ebc13fe522221e532d45d706373f (diff) |
be more forceful about FULLPKGPATH
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index cc3266293cd..587c6abf800 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.119 2020/06/22 13:21:29 landry Exp $ +.\" $OpenBSD: pkg_create.1,v 1.120 2021/01/29 15:58:56 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: June 22 2020 $ +.Dd $Mdocdate: January 29 2021 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -43,6 +43,7 @@ .Op Fl W Ar libspec .Fl d Ar desc .Fl D Ar COMMENT Ns = Ns Ar value +.Fl D Ar FULLPKGPATH Ns = Ns Ar value .Fl D Ar PORTSDIR Ns = Ns Ar value .Fl f Ar packinglist .Fl p Ar prefix @@ -143,7 +144,11 @@ Record checksums of files in permanent location Set to the port's Makefile .Va PERMIT_PACKAGE_FTP . .It Cm FULLPKGPATH -Strongly recommended, otherwise updates won't work. +Location in the ports tree, mandatory for updates to work +.Po +see +.Xr pkg_add 1 +.Pc . .It Cm HOMEPAGE If defined, appended to the description. .It Cm MAINTAINER |