From e99ceadaf6c77b80c19e16d91306e944305b1c88 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 14:45:08 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- chinese/chinput2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chinese/chinput2/Makefile') diff --git a/chinese/chinput2/Makefile b/chinese/chinput2/Makefile index 3392525c7326..b8b0493fb64d 100644 --- a/chinese/chinput2/Makefile +++ b/chinese/chinput2/Makefile @@ -29,7 +29,7 @@ BROKEN= "Does not build" .endif post-extract: - find ${WRKSRC} -name CVS | xargs ${RM} -rf + ${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf post-install: @echo -- cgit v1.2.3