From dc6eadbf21d06496bbf555e397f79622e3e20821 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 19 May 2001 03:56:23 +0000 Subject: Use ${XARGS} instead of invoking xargs directly. --- graphics/xart/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/xart/Makefile') diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index df9de876f46..3d8748d62f9 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/03/04 09:06:14 tron Exp $ +# $NetBSD: Makefile,v 1.18 2001/05/19 03:56:36 jlam Exp $ # DISTNAME= xart19980415 @@ -21,7 +21,7 @@ USE_XPM= YES WRKSRC= ${WRKDIR}/19980415 post-extract: - ${FIND} ${WRKSRC} -type d -print | xargs ${CHMOD} 755 - ${FIND} ${WRKSRC} -type f -print | xargs ${CHMOD} 644 + ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 + ${FIND} ${WRKSRC} -type f -print | ${XARGS} ${CHMOD} 644 .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3