diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-26 10:47:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-26 10:47:33 +0000 |
commit | 2e8f3b412b4ac1a3834bbd63880a3d6b1d9b6850 (patch) | |
tree | 5e0a8002dd4a80a2ce5f70e0dd87609ffa59f096 /net | |
parent | 2eeb2dcfa79756f7686633870ecd61a35a829ab6 (diff) | |
download | ports-2e8f3b412b4ac1a3834bbd63880a3d6b1d9b6850.tar.gz ports-2e8f3b412b4ac1a3834bbd63880a3d6b1d9b6850.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/net-http/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net-http/Makefile b/net/net-http/Makefile index 0a706db67e80..93218b773254 100644 --- a/net/net-http/Makefile +++ b/net/net-http/Makefile @@ -9,7 +9,8 @@ PORTNAME= net-http PORTVERSION= 0.3.1 CATEGORIES= net scheme -MASTER_SITES= http://evan.prodromou.san-francisco.ca.us/software/net-http/ +# mastersite disappeared around September 2002 +MASTER_SITES= # http://evan.prodromou.san-francisco.ca.us/software/net-http/ MAINTAINER= ports@FreeBSD.org COMMENT= A library for doing HTTP client-side programming in Guile |