fix name of macro : xargs -> XARGS
Submitted by: Dan Nelson <dnelson@allantgroup.com>
This commit is contained in:
parent
2dba00d68a
commit
e619ba0b38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87731
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue