pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/p5-Mail-DKIM



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 20:38:02 UTC 2020

Modified Files:
        pkgsrc/mail/p5-Mail-DKIM: Makefile

Log Message:
mail/p5-Mail-DKIM: fix typo in REPLACE_PERL

No revbump since the sample program is not installed anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/mail/p5-Mail-DKIM/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/p5-Mail-DKIM/Makefile
diff -u pkgsrc/mail/p5-Mail-DKIM/Makefile:1.43 pkgsrc/mail/p5-Mail-DKIM/Makefile:1.44
--- pkgsrc/mail/p5-Mail-DKIM/Makefile:1.43      Sun Aug 11 13:21:36 2019
+++ pkgsrc/mail/p5-Mail-DKIM/Makefile   Sun Mar 22 20:38:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/08/11 13:21:36 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2020/03/22 20:38:01 rillig Exp $
 
 DISTNAME=              Mail-DKIM-0.55
 PKGNAME=               p5-${DISTNAME}
@@ -27,7 +27,7 @@ REPLACE_PERL+=                lib/Mail/DKIM.pm
 REPLACE_PERL+=         lib/Mail/DKIM/*.pm
 REPLACE_PERL+=         lib/Mail/DKIM/Algorithm/*.pm
 REPLACE_PERL+=         lib/Mail/DKIM/Canonicalization/*.pm
-REPLACE_PERL+=         sample_mime_lite.pl
+REPLACE_PERL+=         scripts/sample_mime_lite.pl
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index