summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX
diff options
context:
space:
mode:
authorhans <hans>2012-02-02 09:38:24 +0000
committerhans <hans>2012-02-02 09:38:24 +0000
commit952cc78e05fd30566cc0e32f2aa000d506593a38 (patch)
treeffb646e0970f4006249b198a0cf23164d568ecbc /textproc/p5-XML-SAX
parentd9a5193a5fd2a47db4450e9eae36ac1fafc20c2e (diff)
downloadpkgsrc-952cc78e05fd30566cc0e32f2aa000d506593a38.tar.gz
Use ${RM} -f to avoid failure if no files are found to be removed.
Diffstat (limited to 'textproc/p5-XML-SAX')
-rw-r--r--textproc/p5-XML-SAX/Makefile4
1 files changed, 2 insertions, 2 deletions
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