summaryrefslogtreecommitdiff
path: root/devel/gobo-eiffel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-02 03:14:03 +0000
committerwiz <wiz@pkgsrc.org>2000-01-02 03:14:03 +0000
commit855416f2897660fc56085805e75a21144ba6c247 (patch)
tree74d62630cb5accb6f45807207a2c670af18fa2c2 /devel/gobo-eiffel
parent67070df67b8cb2173bdbaea6fd997dba4ce1c5d2 (diff)
downloadpkgsrc-855416f2897660fc56085805e75a21144ba6c247.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'devel/gobo-eiffel')
-rw-r--r--devel/gobo-eiffel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gobo-eiffel/Makefile b/devel/gobo-eiffel/Makefile
index 39231e7524a..8b30acccb6e 100644
--- a/devel/gobo-eiffel/Makefile
+++ b/devel/gobo-eiffel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/10/14 02:11:31 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/02 03:14:03 wiz Exp $
#
DISTNAME= gobo15
@@ -25,7 +25,7 @@ post-extract:
${RM} -rf ${WRKSRC}/bin
pre-build:
- for file in `find ${WRKSRC} -name "se.sh" -print`; do \
+ for file in `${FIND} ${WRKSRC} -name "se.sh" -print`; do \
${SED} -e "s,compile,smalleiffel compile -verbose -O2," \
$${file} > $${file}.tmp; \
${RM} -f $${file}; \
@@ -38,7 +38,7 @@ do-build:
cd ${WRKSRC}/src/geyacc; GOBO=${WRKSRC} ${SH} se.sh
pre-install:
- for file in `find ${WRKSRC} -name "loadpath.se" -print`; do \
+ for file in `${FIND} ${WRKSRC} -name "loadpath.se" -print`; do \
${SED} -e "s,\$${GOBO},${GOBO}," $${file} > $${file}.tmp; \
${RM} -f $${file}; \
${MV} -f $${file}.tmp $${file}; \