summaryrefslogtreecommitdiff
path: root/cross/i386-msdosdjgpp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-02 03:07:31 +0000
committerwiz <wiz@pkgsrc.org>2000-01-02 03:07:31 +0000
commit419f0da378a0d10ca1c86d2f2fe0c7205c8e1d2a (patch)
tree9d6762d99101ffa3ee52402af970426261866557 /cross/i386-msdosdjgpp
parent81140f1f529caa48b50cc1482cebddfc4d287a6c (diff)
downloadpkgsrc-419f0da378a0d10ca1c86d2f2fe0c7205c8e1d2a.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'cross/i386-msdosdjgpp')
-rw-r--r--cross/i386-msdosdjgpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/i386-msdosdjgpp/Makefile b/cross/i386-msdosdjgpp/Makefile
index 6cf1aac2a0e..1e3236d8797 100644
--- a/cross/i386-msdosdjgpp/Makefile
+++ b/cross/i386-msdosdjgpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/01/04 22:37:33 tv Exp $
+# $NetBSD: Makefile,v 1.7 2000/01/02 03:08:47 wiz Exp $
#
DISTVERSION= 2.02.0
@@ -31,7 +31,7 @@ post-extract:
for file in ${DJGPP_FILES}; do \
unzip -Loq ${_DISTDIR}/$$file; \
done; \
- for file in `find include -type f`; do \
+ for file in `${FIND} include -type f`; do \
${CAT} $$file | col >$$file.new; \
${MV} -f $$file.new $$file; \
done