diff options
author | phil <phil> | 2001-04-27 19:00:36 +0000 |
---|---|---|
committer | phil <phil> | 2001-04-27 19:00:36 +0000 |
commit | adae5df977341dec074a9ba07e8f4b3556b6296b (patch) | |
tree | 823522877b01a6cd4e075735af2345be6c05d7f3 /devel/lwp/Makefile | |
parent | 7761f0fb594d9849ae283f5f9d7c0ecd2c69cd60 (diff) | |
download | pkgsrc-adae5df977341dec074a9ba07e8f4b3556b6296b.tar.gz |
Update to a much more current version, 1.6. (1.7 is out but has
changes mostly to support Mac OS and shouldn't be different for NetBSD.)
Diffstat (limited to 'devel/lwp/Makefile')
-rw-r--r-- | devel/lwp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 36e6d2fb948..68687149bae 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2001/02/16 14:38:41 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/27 19:00:36 phil Exp $ # -DISTNAME= lwp-1.1 +DISTNAME= lwp-1.6 CATEGORIES= devel -MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \ +MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \ ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ -MAINTAINER= fb@enteract.com +MAINTAINER= phil@cs.wwu.edu HOMEPAGE= http://www.coda.cs.cmu.edu/ COMMENT= Light Weight Process style threads |