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. --- games/rtcw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/rtcw/Makefile') diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index 42a6ad2d0b09..bc414987c7e9 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -32,7 +32,7 @@ do-extract: pre-patch: # remove trailing ^M - @find -E ${WRKSRC} -type f \ + @${FIND} -E ${WRKSRC} -type f \ -iregex ".*\.(bat|cfg|gam|htm|html|inf|ini|lst|sc|scr|txt|url)" \ -exec ${PERL} -pi -ne 's!\r\n!\n!' {} 1>/dev/null 2>&1 \; -- cgit v1.2.3