summaryrefslogtreecommitdiff
path: root/misc/kp
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-10 00:57:13 +0000
committerwiz <wiz>2000-01-10 00:57:13 +0000
commitc4e5931c40b88852fb942c7d6fbb17a8d13431a9 (patch)
tree0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /misc/kp
parent7703b2c137837ed64ef0f21dbb1c16dd15f2b2b7 (diff)
downloadpkgsrc-c4e5931c40b88852fb942c7d6fbb17a8d13431a9.tar.gz
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'misc/kp')
-rw-r--r--misc/kp/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile
index 117a392f612..2ccb5ddff17 100644
--- a/misc/kp/Makefile
+++ b/misc/kp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1999/04/26 18:56:14 garbled Exp $
+# $NetBSD: Makefile,v 1.12 2000/01/10 00:57:13 wiz Exp $
# FreeBSD Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp
#
@@ -13,8 +13,10 @@ DEPENDS= tk-8.0.5:../../x11/tk80
USE_X11= yes
pre-configure:
- for f in `find ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \
- ${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f > $$f.pdone && ${MV} $$f.pdone $$f; \
+ for f in `${FIND} ${WRKDIR}/. -type f -print \
+ | xargs ${GREP} -l '/usr/local'`; do \
+ ${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f \
+ > $$f.pdone && ${MV} $$f.pdone $$f; \
done
.include "../../mk/bsd.pkg.mk"