diff options
author | sno <sno> | 2010-02-16 15:22:44 +0000 |
---|---|---|
committer | sno <sno> | 2010-02-16 15:22:44 +0000 |
commit | a74dfc08240de7c585d7da59b341bd3b26bb964b (patch) | |
tree | f66ab0c43540a60ea4445ed35c2fc669c8f61f69 /mail | |
parent | ca40f256171170510c44382d922188950a293f30 (diff) | |
download | pkgsrc-a74dfc08240de7c585d7da59b341bd3b26bb964b.tar.gz |
Fixing PLIST by removing '*.orig' relics from patch stage
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Ezmlm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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" |