From a64700284ae8307385ce17d1d6803136757a37d6 Mon Sep 17 00:00:00 2001 From: hans Date: Thu, 2 Feb 2012 09:48:42 +0000 Subject: Use ${RM} -f to avoid failure if no files are found to be removed. --- www/yaws/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/yaws') 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 -- cgit v1.2.3