diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-04-18 16:49:44 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-04-18 16:49:44 +0000 |
commit | 7c4b2c1daa92c720db8b691fd9603c5306177425 (patch) | |
tree | f30bf16ca263703a94fab7997360f68d95da6b49 /devel | |
parent | f46767a249287cf1c3b82ac3703b6fd49f040290 (diff) | |
download | pkgsrc-7c4b2c1daa92c720db8b691fd9603c5306177425.tar.gz |
s/GNU_CONFIGURE/HAS_CONFIGURE and set CONFIGURE_ARGS to match PLIST.
Fixes pr 5290 by Lennart Augustsson.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mit-pthreads/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index 359b0d1f622..3b1c798c9da 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.8 1998/04/15 10:38:21 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/18 16:49:44 frueauf Exp $ # -DISTNAME= pthreads-1_60_beta6 -PKGNAME= mit-pthreads-1.60b6 -CATEGORIES= devel -MASTER_SITES= ftp://sipb.mit.edu/pub/pthreads/ -ONLY_FOR_ARCHS= alpha arm32 bebox i386 mips pc532 powerpc sparc vax +DISTNAME= pthreads-1_60_beta6 +PKGNAME= mit-pthreads-1.60b6 +CATEGORIES= devel +MASTER_SITES= ftp://sipb.mit.edu/pub/pthreads/ +ONLY_FOR_ARCHS= alpha arm32 bebox i386 mips pc532 powerpc sparc vax -MAINTAINER= agc@netbsd.org +MAINTAINER= agc@netbsd.org -GNU_CONFIGURE= yes -MAKE_ENV+= NOLINT=1 +HAS_CONFIGURE= yes +MAKE_ENV+= NOLINT=1 +CONFIGURE_ARGS+= --prefix=${PREFIX}/pthreads pre-install: -mkdir ${PREFIX}/pthreads |