summaryrefslogtreecommitdiff
path: root/net
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 /net
parentcb2a29ecb37367aa41cd4fc7a849cf4e8161918f (diff)
downloadpkgsrc-12a6f3e01d2a7e67b65005ffa503b15f6fa14ca6.tar.gz
Use ${RM} -f to avoid failure if no files are found to be removed.
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Ident/Makefile4
-rw-r--r--net/p5-eBay-API/Makefile4
-rw-r--r--net/p5-ispman/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-Net-Ident/Makefile b/net/p5-Net-Ident/Makefile
index 1614b60c9eb..0e269595e66 100644
--- a/net/p5-Net-Ident/Makefile
+++ b/net/p5-Net-Ident/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2011/08/14 14:14:44 obache Exp $
+# $NetBSD: Makefile,v 1.10 2012/02/02 09:42:30 hans Exp $
#
DISTNAME= Net-Ident-1.23
@@ -21,7 +21,7 @@ USE_LANGUAGES= #empty
PERL5_PACKLIST= auto/Net/Ident/.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"
diff --git a/net/p5-eBay-API/Makefile b/net/p5-eBay-API/Makefile
index 45f3a48f5b7..3a72e3d02f8 100644
--- a/net/p5-eBay-API/Makefile
+++ b/net/p5-eBay-API/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/08/14 14:14:50 obache Exp $
+# $NetBSD: Makefile,v 1.8 2012/02/02 09:38:24 hans Exp $
DISTNAME= eBay-API-0.25
PKGNAME= p5-${DISTNAME}
@@ -35,7 +35,7 @@ REPLACE_PERL+= */*/*/*/*/*/*/*.pm
PERL5_PACKLIST= auto/eBay/API/.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"
diff --git a/net/p5-ispman/Makefile b/net/p5-ispman/Makefile
index 4985e1d7a00..faa2c9c388d 100644
--- a/net/p5-ispman/Makefile
+++ b/net/p5-ispman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/08/14 14:14:50 obache Exp $
+# $NetBSD: Makefile,v 1.25 2012/02/02 09:40:04 hans Exp $
#
DISTNAME= ispman-0.5
@@ -36,7 +36,7 @@ SUBST_FILES.etc-fix= ISPMan/*
SUBST_SED.etc-fix= -e 's:/etc:${PREFIX}/etc:g'
pre-configure:
- ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
+ ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
post-install:
${INSTALL_DATA} ${WRKSRC}/IO-stringy-1.212_patched/lib/IO/Scalar.pm \