summaryrefslogtreecommitdiff
path: root/lang/fort77
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-09 01:19:09 +0000
committerwiz <wiz>2000-01-09 01:19:09 +0000
commit829bcd827bca645528828e1cd4cd8408c5f8791f (patch)
tree84cc91ee1e88bcdaf83e25507529503ebe695b4f /lang/fort77
parente3664d65d31684db0ad2a9208e33e5ab5232b341 (diff)
downloadpkgsrc-829bcd827bca645528828e1cd4cd8408c5f8791f.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; \