Document SIGNING_PARAMETERS
authorespie <espie@openbsd.org>
Mon, 30 Dec 2013 12:43:17 +0000 (12:43 +0000)
committerespie <espie@openbsd.org>
Mon, 30 Dec 2013 12:43:17 +0000 (12:43 +0000)
share/man/man5/bsd.port.mk.5

index 5c175a1..28d0f44 100644 (file)
@@ -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 .