From 3a66b151da5f839ffb7157e15bd082c42fdc5236 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 2 Jan 2000 03:14:03 +0000 Subject: replaced some commands by their ${COMMAND} counterparts --- devel/gobo-eiffel/Makefile | 6 +++--- devel/mit-pthreads/Makefile | 8 ++++---- devel/unproven-pthreads/Makefile | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'devel') 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}; \ diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index a46ca5f680f..11d1c5cefed 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/12/28 05:04:27 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2000/01/02 03:14:04 wiz Exp $ # DISTNAME= pthreads-1_60_beta6 @@ -32,9 +32,9 @@ pre-install: post-install: @${RM} -f ${PREFIX}/pthreads/lib/libpthread_pic.a - @find ${PREFIX}/pthreads/include -name '*.orig'|xargs ${RM} - @find ${PREFIX}/pthreads/include -type f -print|xargs ${CHMOD} 644 - @find ${PREFIX}/pthreads/include -type d -print|xargs ${CHMOD} 755 + @${FIND} ${PREFIX}/pthreads/include -name '*.orig'|xargs ${RM} + @${FIND} ${PREFIX}/pthreads/include -type f -print|xargs ${CHMOD} 644 + @${FIND} ${PREFIX}/pthreads/include -type d -print|xargs ${CHMOD} 755 @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/pthreads/include .include "../../mk/bsd.pkg.mk" diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile index e29ac23195a..2a0cfd0812d 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/12/28 05:29:12 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/01/02 03:14:04 wiz Exp $ # DISTNAME= unproven-pthreads-0.9 @@ -20,9 +20,9 @@ pre-install: post-install: @${RM} -f ${PREFIX}/pthreads/lib/libpthread_pic.a - @find ${PREFIX}/pthreads/include -name '*.orig'|xargs ${RM} - @find ${PREFIX}/pthreads/include -type f -print|xargs ${CHMOD} 644 - @find ${PREFIX}/pthreads/include -type d -print|xargs ${CHMOD} 755 + @${FIND} ${PREFIX}/pthreads/include -name '*.orig'|xargs ${RM} + @${FIND} ${PREFIX}/pthreads/include -type f -print|xargs ${CHMOD} 644 + @${FIND} ${PREFIX}/pthreads/include -type d -print|xargs ${CHMOD} 755 @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/pthreads/include .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3