diff options
author | 2017-02-18 15:13:00 +0000 | |
---|---|---|
committer | 2017-02-18 15:13:00 +0000 | |
commit | 68df6bb7336f9d5362cc58efdc4cd91fd2c4a0ee (patch) | |
tree | 4313c1318990f8b15a613c7474dbe0c5225417bd | |
parent | bye bye PREFERRED_CIPHERS (diff) | |
download | wireguard-openbsd-68df6bb7336f9d5362cc58efdc4cd91fd2c4a0ee.tar.xz wireguard-openbsd-68df6bb7336f9d5362cc58efdc4cd91fd2c4a0ee.zip |
shorten description
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 4c54db8060d..9635d694216 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.449 2017/02/18 15:05:56 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.450 2017/02/18 15:13:00 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -161,15 +161,11 @@ Debugging version of the target that simulates invoking .Xr patch 1 . .It Cm checksum -Check distribution archives and distribution patches control sum against -the results recorded in ${CHECKSUM_FILE}, -using the proper cryptographic message digest -.Po -currently +Compute a .Xr sha256 1 -.Pc -All the files needed to recreate a port should be in ${CHECKSUMFILES} and -checksummed. +digest +of distribution archives and distribution patches and +check it against ${CHECKSUM_FILE}. Invoking .Cm checksum with |