From 8352567c4b45785b654e8f0227a499d9af622e07 Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 5 Sep 2023 23:45:53 +0000 Subject: [PATCH] DISNAME -> DISTNAME --- share/man/man5/bsd.port.mk.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 572bcb8e3ba..c696f5e1432 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.603 2023/09/05 16:20:30 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.604 2023/09/05 23:45:53 jsg Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1739,7 +1739,7 @@ is set and if is not null, then .Ev DISTFILES will be set to -.Pa ${DISNAME}${EXTRACT_SUFX} . +.Pa ${DISTNAME}${EXTRACT_SUFX} . .It Ev DISTNAME Name used to identify the port. See -- 2.20.1