fix name of macro : xargs -> XARGS

Submitted by:	Dan Nelson <dnelson@allantgroup.com>
This commit is contained in:
Edwin Groothuis 2003-08-26 15:12:42 +00:00
parent 2dba00d68a
commit e619ba0b38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87731

View file

@ -47,7 +47,7 @@ pre-everything::
.if defined(LOCALBASE) && ${LOCALBASE} != "/usr/local"
pre-configure:
${PERL} -pi -e 's,/usr/local,${LOCALBASE},g' `find ${WRKSRC} \
-type f -print0 | ${xargs} -0 ${GREP} -Fl --mmap /usr/local`
-type f -print0 | ${XARGS} -0 ${GREP} -Fl --mmap /usr/local`
.endif
.if !defined(WITH_OPTIMIZED_CFLAGS)