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/teg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/teg') diff --git a/games/teg/Makefile b/games/teg/Makefile index 176afabddd37..aa3e76b35db7 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}" post-patch: - @find ${WRKSRC} -name "*.[ch]" -type f | xargs ${REINPLACE_CMD} -e \ - 's|LIST_NEXT|TEG_LIST_NEXT|g' + @${FIND} ${WRKSRC} -name "*.[ch]" -type f | ${XARGS} \ + ${REINPLACE_CMD} -e 's|LIST_NEXT|TEG_LIST_NEXT|g' .include -- cgit v1.2.3