diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-02-18 15:13:01 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-02-18 15:13:01 +0000 |
commit | 1891e7aea83551a85522612583c0e7bc6cd2b275 (patch) | |
tree | c2c4bf34c163c50e15f6d8801ca376c605067078 | |
parent | 4a08ced2cd526d53499632f6339785ecdc06615f (diff) |
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 |