summaryrefslogtreecommitdiff
path: root/devel/mit-pthreads/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mit-pthreads/Makefile')
-rw-r--r--devel/mit-pthreads/Makefile8
1 files changed, 4 insertions, 4 deletions
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"