diff options
-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 |