diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-09 01:19:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-09 01:19:09 +0000 |
commit | 294cda9307c1821747cf0916959036d4c9af49cc (patch) | |
tree | 84cc91ee1e88bcdaf83e25507529503ebe695b4f /lang/fort77/Makefile | |
parent | 1270d96dce0710742da50ebb605c141bc0e84f21 (diff) | |
download | pkgsrc-294cda9307c1821747cf0916959036d4c9af49cc.tar.gz |
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'lang/fort77/Makefile')
-rw-r--r-- | lang/fort77/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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; \ |