From f00ce8ef9f66db90f31cd9ed3addc67b627506af Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 2 Jul 2022 13:02:32 +0000 Subject: mail/opendmarc: fix DISTNAME Use PKGNAME_NOREV instead of PKGNAME for DISTNAME. --- mail/opendmarc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index 009ba21de70..3ab4995352e 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2022/06/28 11:34:23 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2022/07/02 13:02:32 taca Exp $ -DISTNAME= rel-${PKGNAME:C/\./-/g} +DISTNAME= rel-${PKGNAME_NOREV:C/\./-/g} PKGNAME= opendmarc-1.4.2 PKGREVISION= 1 CATEGORIES= mail -- cgit v1.2.3