diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-26 15:12:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-26 15:12:42 +0000 |
commit | e619ba0b38022ba71ed139263ae265cec0f2d6fa (patch) | |
tree | 85c5760bc09c802226d46e3dbd4ee561fed41a24 | |
parent | correct the path of MASTERDIR (diff) |
fix name of macro : xargs -> XARGS
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Notes
Notes:
svn path=/head/; revision=87731
-rw-r--r-- | graphics/djvulibre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index 9dd7133abcee..68dad2de30ba 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -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) |