summaryrefslogtreecommitdiff
path: root/lang/fort77
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-09 01:19:09 +0000
committerwiz <wiz@pkgsrc.org>2000-01-09 01:19:09 +0000
commit294cda9307c1821747cf0916959036d4c9af49cc (patch)
tree84cc91ee1e88bcdaf83e25507529503ebe695b4f /lang/fort77
parent1270d96dce0710742da50ebb605c141bc0e84f21 (diff)
downloadpkgsrc-294cda9307c1821747cf0916959036d4c9af49cc.tar.gz
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'lang/fort77')
-rw-r--r--lang/fort77/Makefile4
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; \