summaryrefslogtreecommitdiff
path: root/misc/kp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kp/Makefile')
-rw-r--r--misc/kp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile
index 6a3477be49f..3e374433823 100644
--- a/misc/kp/Makefile
+++ b/misc/kp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/05/05 19:51:17 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/05/19 03:56:38 jlam Exp $
# FreeBSD Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp
#
@@ -15,7 +15,7 @@ USE_X11= yes
pre-configure:
for f in `${FIND} ${WRKDIR}/. -type f -print \
- | xargs ${GREP} -l '/usr/local'`; do \
+ | ${XARGS} ${GREP} -l '/usr/local'`; do \
${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f \
> $$f.pdone && ${MV} $$f.pdone $$f; \
done