From 530c4add72fb161dd21a30496dd23a54735dabba Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 28 Jun 2017 10:34:10 +0000 Subject: [PATCH] and emphasize that PKGDIR must exist. --- share/man/man5/bsd.port.mk.5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.20.1