pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Module-Build



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Feb 23 19:00:25 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Module-Build: Makefile

Log Message:
p5-Module-Build: remove duplicated variable definition


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/p5-Module-Build/Makefile

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

Modified files:

Index: pkgsrc/devel/p5-Module-Build/Makefile
diff -u pkgsrc/devel/p5-Module-Build/Makefile:1.56 pkgsrc/devel/p5-Module-Build/Makefile:1.57
--- pkgsrc/devel/p5-Module-Build/Makefile:1.56  Wed Aug 22 09:44:16 2018
+++ pkgsrc/devel/p5-Module-Build/Makefile       Sat Feb 23 19:00:24 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2018/08/22 09:44:16 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2019/02/23 19:00:24 gutteridge Exp $
 
 DISTNAME=      Module-Build-0.4224
 PKGNAME=       p5-${DISTNAME}0
@@ -29,7 +29,5 @@ PERL5_PACKLIST=               auto/Module/Build/.pack
 # For the tests:
 USE_TOOLS+=            perl
 
-PERL5_PACKLIST=        auto/Module/Build/.packlist
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index