diff options
Diffstat (limited to 'security/p5-Crypt-DSA/Makefile')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 1c5d2b573ef..8dd4b210762 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/10/06 19:22:02 gls Exp $ +# $NetBSD: Makefile,v 1.26 2012/02/02 09:43:40 hans Exp $ # DISTNAME= Crypt-DSA-1.17 @@ -24,7 +24,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/DSA/.packlist pre-configure: - ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} + ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |