From eadd890e05b5654609b9f16c141db0d14d8e846e Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 10 Jan 2000 00:57:13 +0000 Subject: replaced a whole lot more commands with ${COMMAND} --- misc/kp/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'misc/kp') 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" -- cgit v1.2.3