summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-07-02 13:02:32 +0000
committertaca <taca@pkgsrc.org>2022-07-02 13:02:32 +0000
commitf00ce8ef9f66db90f31cd9ed3addc67b627506af (patch)
tree6172b11559af5e3845edda5f09f236bee4a93101 /mail
parent8e4f7dd06e01de3b724fb9bfb47735d7f812644e (diff)
downloadpkgsrc-f00ce8ef9f66db90f31cd9ed3addc67b627506af.tar.gz
mail/opendmarc: fix DISTNAME
Use PKGNAME_NOREV instead of PKGNAME for DISTNAME.
Diffstat (limited to 'mail')
-rw-r--r--mail/opendmarc/Makefile4
1 files changed, 2 insertions, 2 deletions
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