mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
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
@ -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 New Issue
Block a user