pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/opendmarc mail/opendmarc: fix DISTNAME



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e53a3f4af66b
branches:  trunk
changeset: 381220:e53a3f4af66b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jul 02 13:02:32 2022 +0000

description:
mail/opendmarc: fix DISTNAME

Use PKGNAME_NOREV instead of PKGNAME for DISTNAME.

diffstat:

 mail/opendmarc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 0daac14ae367 -r e53a3f4af66b mail/opendmarc/Makefile
--- a/mail/opendmarc/Makefile   Sat Jul 02 11:40:52 2022 +0000
+++ b/mail/opendmarc/Makefile   Sat Jul 02 13:02:32 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index