summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-02 03:14:03 +0000
committerwiz <wiz>2000-01-02 03:14:03 +0000
commit3a66b151da5f839ffb7157e15bd082c42fdc5236 (patch)
tree74d62630cb5accb6f45807207a2c670af18fa2c2 /devel
parent8079880d9eecae5969b35713bbeb80439b123a47 (diff)
downloadpkgsrc-3a66b151da5f839ffb7157e15bd082c42fdc5236.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'devel')
-rw-r--r--devel/gobo-eiffel/Makefile6
-rw-r--r--devel/mit-pthreads/Makefile8
-rw-r--r--devel/unproven-pthreads/Makefile8
3 files changed, 11 insertions, 11 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}; \
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"