diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-06-28 10:34:11 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-06-28 10:34:11 +0000 |
commit | 90ff3de07bd3c6de680913dfee6ec9a56246151f (patch) | |
tree | a3ad5e018976ce38a04aec51e2aeb1e08bbda225 /share | |
parent | cf0ab98338cc4e03568af301d9b2d26479968c1a (diff) |
and emphasize that PKGDIR must exist.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 90fc52704f5..f62514cd160 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.463 2017/06/28 10:33:08 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.464 2017/06/28 10:34:10 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2387,6 +2387,9 @@ Defaults to .Pa ${PORTSDIR}:${PORTSDIR}/mystuff . .It Ev PKGDIR Location for packaging information (packing list, port description, messages). +.Cm update-plist +may create it. +Must be a valid directory. Default: pkg. .It Ev PKGFILE Full path to the created package for the given subpackage. |