From 829bcd827bca645528828e1cd4cd8408c5f8791f Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 9 Jan 2000 01:19:09 +0000 Subject: replaced some more commands by their ${COMMAND} counterparts --- lang/fort77/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/fort77') diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index 7696a3171bb..700ecce215d 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/12/16 14:56:37 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2000/01/09 01:19:10 wiz Exp $ # DISTNAME= fort77-1.14a @@ -26,7 +26,7 @@ ALL_TARGET= test USE_PERL5= YES post-patch: - for f in `find ${WRKDIR} -type f -print|xargs ${GREP} -l '/usr'`; \ + for f in `${FIND} ${WRKDIR} -type f -print|xargs ${GREP} -l '/usr'`; \ do \ ${SED} -e 's:/usr:'${PREFIX}':g' <$$f >$$f.pdone && \ ${MV} $$f.pdone $$f; \ -- cgit v1.2.3