From 0c19f364fab65442a4d10c683690a7776a981bf0 Mon Sep 17 00:00:00 2001 From: sno Date: Tue, 16 Feb 2010 13:49:22 +0000 Subject: Fixing '.orig' relicts being installed after patching --- security/p5-Crypt-DSA/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 24c378e95a7..7f374442f10 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2010/02/12 18:16:44 sno Exp $ +# $NetBSD: Makefile,v 1.22 2010/02/16 13:49:22 sno Exp $ # DISTNAME= Crypt-DSA-1.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5dsa CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -24,5 +24,8 @@ DEPENDS+= p5-File-Which>=0.05:../../devel/p5-File-Which USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/DSA/.packlist +pre-configure: + ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3