summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-02 09:38:24 +0000
committerhans <hans@pkgsrc.org>2012-02-02 09:38:24 +0000
commit12a6f3e01d2a7e67b65005ffa503b15f6fa14ca6 (patch)
treeffb646e0970f4006249b198a0cf23164d568ecbc /security
parentcb2a29ecb37367aa41cd4fc7a849cf4e8161918f (diff)
downloadpkgsrc-12a6f3e01d2a7e67b65005ffa503b15f6fa14ca6.tar.gz
Use ${RM} -f to avoid failure if no files are found to be removed.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-DSA/Makefile4
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"