diff options
-rw-r--r-- | devel/unproven-pthreads/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile index 7cac12a0d8b..7abdf0d11ac 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/08/16 20:13:10 jdolecek Exp $ +# $NetBSD: Makefile,v 1.32 2002/08/16 20:15:30 jdolecek Exp $ # DISTNAME= unproven-pthreads-0.17 @@ -30,6 +30,9 @@ post-extract: pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/pthreads +do-install: + unset MAKEOBJDIRPREFIX; cd ${WRKSRC} && ${MAKE} install + post-install: @${RM} -f ${PREFIX}/pthreads/lib/libpthread_pic.a @${FIND} ${PREFIX}/pthreads/include -name '*.orig' | ${XARGS} ${RM} |