diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-28 05:28:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-28 05:28:26 +0000 |
commit | ddcdf8acb75ab824d2f6fcc1f761352a24b6a719 (patch) | |
tree | 24c619a5cc2832228e2873391867798f057c26d0 /devel/unproven-pthreads | |
parent | 06608aab4e74a2c7fe8ca9e6e771820f71a72bf1 (diff) | |
download | pkgsrc-ddcdf8acb75ab824d2f6fcc1f761352a24b6a719.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 1bd0ae8afdf..e29ac23195a 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/12/11 00:41:30 explorer Exp $ +# $NetBSD: Makefile,v 1.6 1999/12/28 05:29:12 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" |