summaryrefslogtreecommitdiff
path: root/misc/kp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-10 00:57:13 +0000
committerwiz <wiz@pkgsrc.org>2000-01-10 00:57:13 +0000
commiteadd890e05b5654609b9f16c141db0d14d8e846e (patch)
tree0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /misc/kp
parent818d632b2be01c51a6115075dbe432e752249adc (diff)
downloadpkgsrc-eadd890e05b5654609b9f16c141db0d14d8e846e.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"