aboutsummaryrefslogtreecommitdiff
path: root/graphics/djvulibre
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-26 15:12:42 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-26 15:12:42 +0000
commite619ba0b38022ba71ed139263ae265cec0f2d6fa (patch)
tree85c5760bc09c802226d46e3dbd4ee561fed41a24 /graphics/djvulibre
parent2dba00d68a865af15b4430916d258d0be9acc611 (diff)
downloadports-e619ba0b38022ba71ed139263ae265cec0f2d6fa.tar.gz
ports-e619ba0b38022ba71ed139263ae265cec0f2d6fa.zip
Notes
Diffstat (limited to 'graphics/djvulibre')
-rw-r--r--graphics/djvulibre/Makefile2
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)