From a74dfc08240de7c585d7da59b341bd3b26bb964b Mon Sep 17 00:00:00 2001 From: sno Date: Tue, 16 Feb 2010 15:22:44 +0000 Subject: Fixing PLIST by removing '*.orig' relics from patch stage --- mail/p5-Mail-Ezmlm/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/p5-Mail-Ezmlm/Makefile b/mail/p5-Mail-Ezmlm/Makefile index 5a9c6e01de0..85b2cfd2827 100644 --- a/mail/p5-Mail-Ezmlm/Makefile +++ b/mail/p5-Mail-Ezmlm/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:12 he Exp $ +# $NetBSD: Makefile,v 1.7 2010/02/16 15:22:45 sno Exp $ # DISTNAME= Ezmlm-0.07.2 PKGNAME= p5-Mail-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -29,5 +29,8 @@ PERL5_PACKLIST= auto/Mail/Ezmlm/.packlist BUILD_DEFS+= QMAILDIR +pre-configure: + ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3