diff options
author | sno <sno> | 2010-02-16 13:49:22 +0000 |
---|---|---|
committer | sno <sno> | 2010-02-16 13:49:22 +0000 |
commit | 72792e66c3765069a1a2b0274deae24c641d75b5 (patch) | |
tree | fd4612535df280fe937b713c27c390ae147506c8 | |
parent | 6c13e7951a2d7c487274cf5107ee2c2626fcd67d (diff) | |
download | pkgsrc-72792e66c3765069a1a2b0274deae24c641d75b5.tar.gz |
Fixing '.orig' relicts being installed after patching
-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" |