From 18a916d5e6481b140ffb5e120e09d36645a44a11 Mon Sep 17 00:00:00 2001 From: heinz Date: Tue, 27 Jan 2004 00:53:10 +0000 Subject: Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 --- www/w3m/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index fd5d4f62f39..1f486fac93a 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2004/01/20 12:28:00 agc Exp $ +# $NetBSD: Makefile.common,v 1.23 2004/01/27 00:53:10 heinz Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -143,7 +143,7 @@ post-extract: # @${LN} ${LIBWC_WRKSRC} ${WRKSRC}/libwc post-patch: - @${FIND} ${WRKSRC} -type f -name '*.orig' | ${XARGS} ${RM} + @${FIND} ${WRKSRC} -type f -name '*.orig' -print | ${XARGS} ${RM} # do not look at previous configuration do-configure: -- cgit v1.2.3