From 2648bcfead17d92722b6f6ae08ee4e7bf57906f1 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 30 Dec 2013 12:43:17 +0000 Subject: [PATCH] Document SIGNING_PARAMETERS --- share/man/man5/bsd.port.mk.5 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 5c175a1d48c..28d0f44a9cc 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.390 2013/12/02 08:32:20 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.391 2013/12/30 12:43:17 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 2 2013 $ +.Dd $Mdocdate: December 30 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2241,6 +2241,8 @@ User settings. Path to .Xr pkg_create 1 command, with possible options. +Signature options should be set separately in +.Ev SIGNING_PARAMETERS . .It Ev PKG_CREATE_NO_CHECKS Porters switch. Set to @@ -2635,6 +2637,13 @@ This should be enough in most cases. Set to .Sq Yes if port can only be built on architectures with shared libraries. +.It Ev SIGNING_PARAMETERS +User settings. +Set to +.Xr pkg_create 1 +options for signing packages directly during their creation. +In particular, home-made packages should set +.Li -DVENDOR=name . .It Ev SKIPDIR See .Xr ports 7 . -- 2.20.1