diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-26 23:12:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-26 23:12:42 +0800 |
commit | aa8e2e5eddbf5d3f17db375cbda64eb41d83fbe6 (patch) | |
tree | ab513cdded69dbe20eef7aac518835237e47a0f8 /graphics | |
parent | 0e610694583e3041f88d4a1fd2b46ab7c61f7240 (diff) | |
download | freebsd-ports-gnome-aa8e2e5eddbf5d3f17db375cbda64eb41d83fbe6.tar.gz freebsd-ports-gnome-aa8e2e5eddbf5d3f17db375cbda64eb41d83fbe6.tar.zst freebsd-ports-gnome-aa8e2e5eddbf5d3f17db375cbda64eb41d83fbe6.zip |
fix name of macro : xargs -> XARGS
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Diffstat (limited to 'graphics')
-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) |