diff options
author | sno <sno@pkgsrc.org> | 2010-02-16 13:49:22 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-16 13:49:22 +0000 |
commit | 0c19f364fab65442a4d10c683690a7776a981bf0 (patch) | |
tree | fd4612535df280fe937b713c27c390ae147506c8 /security | |
parent | 438cc827fada52f341a165cfded2357da0c1a1f9 (diff) | |
download | pkgsrc-0c19f364fab65442a4d10c683690a7776a981bf0.tar.gz |
Fixing '.orig' relicts being installed after patching
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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" |