diff options
author | hans <hans> | 2012-02-02 09:38:24 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-02 09:38:24 +0000 |
commit | 952cc78e05fd30566cc0e32f2aa000d506593a38 (patch) | |
tree | ffb646e0970f4006249b198a0cf23164d568ecbc | |
parent | d9a5193a5fd2a47db4450e9eae36ac1fafc20c2e (diff) | |
download | pkgsrc-952cc78e05fd30566cc0e32f2aa000d506593a38.tar.gz |
Use ${RM} -f to avoid failure if no files are found to be removed.
-rw-r--r-- | net/p5-Net-Ident/Makefile | 4 | ||||
-rw-r--r-- | net/p5-eBay-API/Makefile | 4 | ||||
-rw-r--r-- | net/p5-ispman/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-WrapI18N/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 4 |
7 files changed, 14 insertions, 14 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 \ 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" diff --git a/textproc/p5-Text-WrapI18N/Makefile b/textproc/p5-Text-WrapI18N/Makefile index 3079e6e76ba..0eb125cd401 100644 --- a/textproc/p5-Text-WrapI18N/Makefile +++ b/textproc/p5-Text-WrapI18N/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/08/14 15:14:15 obache Exp $ +# $NetBSD: Makefile,v 1.10 2012/02/02 09:44:58 hans Exp $ DISTNAME= Text-WrapI18N-0.06 PKGNAME= p5-${DISTNAME} @@ -18,7 +18,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/WrapI18N/.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/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 1cc62720576..47c5b1bbe6a 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2011/08/14 15:14:20 obache Exp $ +# $NetBSD: Makefile,v 1.33 2012/02/02 09:46:01 hans Exp $ DISTNAME= XML-SAX-0.96 PKGNAME= p5-${DISTNAME} @@ -31,7 +31,7 @@ PERL5_PACKLIST= auto/XML/SAX/.packlist INSTALLATION_DIRS+= ${EGSUBDIR} pre-configure: - ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} + ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f post-install: ${ECHO} > ${DESTDIR:Q}${PREFIX:Q}/${EGSUBDIR}/ParserDetails.ini diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 8774d302b40..1b9aef09e2e 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2011/11/01 06:02:47 sbd Exp $ +# $NetBSD: Makefile,v 1.50 2012/02/02 09:47:19 hans Exp $ # DISTNAME= Apache-Gallery-0.9.1 @@ -72,7 +72,7 @@ post-patch: ${WRKSRC}/htdocs/gallery-new.css pre-configure: - ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} + ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f post-build: @for j in default new; \ |