diff options
author | wiz <wiz> | 2000-01-02 03:14:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-02 03:14:03 +0000 |
commit | 3a66b151da5f839ffb7157e15bd082c42fdc5236 (patch) | |
tree | 74d62630cb5accb6f45807207a2c670af18fa2c2 /devel/unproven-pthreads | |
parent | 8079880d9eecae5969b35713bbeb80439b123a47 (diff) | |
download | pkgsrc-3a66b151da5f839ffb7157e15bd082c42fdc5236.tar.gz |
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'devel/unproven-pthreads')
-rw-r--r-- | devel/unproven-pthreads/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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" |