diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-28 05:04:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-28 05:04:27 +0000 |
commit | 1eaed8dacaa3d5f8168256f4e3e54f79182ae2b2 (patch) | |
tree | 10d273ecb981db7bbc55e82e319f45e45142ec62 /devel/mit-pthreads | |
parent | 7dbb74820ac0f0d0884d9178f9e15fb0716441b9 (diff) | |
download | pkgsrc-1eaed8dacaa3d5f8168256f4e3e54f79182ae2b2.tar.gz |
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index 1826710092b..a46ca5f680f 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/11/15 19:10:40 rh Exp $ +# $NetBSD: Makefile,v 1.25 1999/12/28 05:04:27 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" |