diff options
Diffstat (limited to 'devel/mit-pthreads/Makefile')
-rw-r--r-- | devel/mit-pthreads/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index 12633c8eca4..c0253bb8276 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/04/15 13:56:01 tv Exp $ +# $NetBSD: Makefile,v 1.15 1999/04/16 16:33:19 bad Exp $ # DISTNAME= pthreads-1_60_beta6 @@ -11,19 +11,10 @@ ONLY_FOR_OPSYS= NetBSD MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.mit.edu:8001/people/proven/pthreads.html -# don't build unless the user explicitly builds it -RESTRICTED= "broken on later 1.3 development versions and 1.4" -IS_INTERACTIVE= yes - HAS_CONFIGURE= yes MAKE_ENV+= NOLINT=1 NOPROFILE=1 CONFIGURE_ARGS+= --prefix=${PREFIX}/pthreads -post-patch: - @cd ${WRKSRC}/machdep && for i in *-netbsd-1.3.?; do \ - ${LN} -f $$i `echo $$i | sed s,1\.3,1.4,`; \ - done - pre-install: -mkdir ${PREFIX}/pthreads |