-.\" $OpenBSD: pkg_add.1,v 1.153 2018/01/08 05:42:48 bentley Exp $
+.\" $OpenBSD: pkg_add.1,v 1.154 2018/07/10 10:20:51 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
.\" Jordan K. Hubbard
.\"
.\"
-.Dd $Mdocdate: January 8 2018 $
+.Dd $Mdocdate: July 10 2018 $
.Dt PKG_ADD 1
.Os
.Sh NAME
will update the package.
.El
.Sh ENVIRONMENT
-.Bl -tag -width PKG_DESTDIR
+.Bl -tag -width PKG_CHECKSUM
.It Ev FTPMODE
Specifies whether
.Xr ftp 1
.It Ev PKG_DBDIR
Where to register packages instead of
.Pa /var/db/pkg .
-.It Ev PKG_DESTDIR
-Value for
-.Ar pkg-destdir ,
-if no
-.Fl B
-option is specified.
.It Ev PKG_PATH
If a given package name cannot be found,
the directories named by
-.\" $OpenBSD: pkg_create.1,v 1.113 2018/07/09 09:35:13 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.114 2018/07/10 10:20:51 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
.\" [jkh] Took John's changes back and made some additional extensions for
.\" better integration with FreeBSD's new ports collection.
.\"
-.Dd $Mdocdate: July 9 2018 $
+.Dd $Mdocdate: July 10 2018 $
.Dt PKG_CREATE 1
.Os
.Sh NAME
However, if both the positive and negative fragment files do not exist,
.Nm
will error out, to make it easier to spot fragment names errors.
-.Sh ENVIRONMENT
-.Bl -tag -width PKG_DESTDIR
-.It Ev PKG_DESTDIR
-Default value for
-.Ar pkg-destdir ,
-if no
-.Fl B
-option is specified.
-.El
.Sh SEE ALSO
.Xr pkg_add 1 ,
.Xr pkg_delete 1 ,
-.\" $OpenBSD: pkg_delete.1,v 1.58 2018/01/08 05:42:48 bentley Exp $
+.\" $OpenBSD: pkg_delete.1,v 1.59 2018/07/10 10:20:51 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
.\" Jordan K. Hubbard
.\"
.\"
-.Dd $Mdocdate: January 8 2018 $
+.Dd $Mdocdate: July 10 2018 $
.Dt PKG_DELETE 1
.Os
.Sh NAME
.It Ev PKG_DBDIR
Where to look for installed packages instead of
.Pa /var/db/pkg .
-.It Ev PKG_DESTDIR
-Value for
-.Ar pkg-destdir ,
-if no
-.Fl B
-option is specified.
.El
.Sh SEE ALSO
.Xr pkg_add 1 ,