From c68447599019b371cabeba9f78b4da9f2607ce0c Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 31 Jan 2023 13:53:49 +0000 Subject: [PATCH] typo, fix variable name --- share/man/man5/bsd.port.mk.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index a108d70aef5..75a88a0095a 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.574 2023/01/21 09:01:55 kn Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.575 2023/01/31 13:53:49 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: January 21 2023 $ +.Dd $Mdocdate: January 31 2023 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -153,7 +153,7 @@ Check that patches would apply cleanly, but do not modify anything. Compute a .Xr sha256 1 digest -of ${CHECKSUM_FILES} (files listed in DISTFILES and PATCHFILES) and +of ${CHECKSUMFILES} (files listed in DISTFILES and PATCHFILES) and check it against ${CHECKSUM_FILE}, normally .Pa distinfo . In case of a mismatch, running -- 2.20.1