aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-08-26 23:12:42 +0800
committeredwin <edwin@FreeBSD.org>2003-08-26 23:12:42 +0800
commitaa8e2e5eddbf5d3f17db375cbda64eb41d83fbe6 (patch)
treeab513cdded69dbe20eef7aac518835237e47a0f8 /graphics
parent0e610694583e3041f88d4a1fd2b46ab7c61f7240 (diff)
downloadfreebsd-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/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)