summaryrefslogtreecommitdiff
path: root/www/yaws
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-02 09:48:42 +0000
committerhans <hans@pkgsrc.org>2012-02-02 09:48:42 +0000
commita64700284ae8307385ce17d1d6803136757a37d6 (patch)
tree75f32bc3a986dfecbbe18e8586c246f83dd4ac7a /www/yaws
parent12a6f3e01d2a7e67b65005ffa503b15f6fa14ca6 (diff)
downloadpkgsrc-a64700284ae8307385ce17d1d6803136757a37d6.tar.gz
Use ${RM} -f to avoid failure if no files are found to be removed.
Diffstat (limited to 'www/yaws')
-rw-r--r--www/yaws/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/yaws/Makefile b/www/yaws/Makefile
index a5ec3074338..44189e6b4c8 100644
--- a/www/yaws/Makefile
+++ b/www/yaws/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/08/26 13:46:43 cheusov Exp $
+# $NetBSD: Makefile,v 1.2 2012/02/02 09:55:25 hans Exp $
#
DISTNAME= yaws-1.91
@@ -46,7 +46,7 @@ post-patch:
${RM} ${WRKDIR}/yaws
${RM} -Rf ${WRKSRC}/www/.xvpics
${RM} -Rf ${WRKSRC}/www/testdir
- ${FIND} ${WRKSRC} -name \*.orig -o -name .empty | ${XARGS} ${RM}
+ ${FIND} ${WRKSRC} -name \*.orig -o -name .empty | ${XARGS} ${RM} -f
pre-configure:
cd ${WRKSRC} && autoconf