diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-07-08 06:05:08 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-07-08 06:05:08 +0000 |
commit | 01c6d5e416ece9b33c66af5e8afac0a7f5c71994 (patch) | |
tree | 280ca5fe57c2a84afbeffb22999d97468aa3db18 /net | |
parent | Finish the migration of my tools from ringwraith.online.bg to (diff) |
Fix the master site.
Prompted by: fenner's scripts
Notes
Notes:
svn path=/head/; revision=84441
Diffstat (limited to 'net')
-rw-r--r-- | net/bsdproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bsdproxy/Makefile b/net/bsdproxy/Makefile index 3ce28847a091..f5467f878452 100644 --- a/net/bsdproxy/Makefile +++ b/net/bsdproxy/Makefile @@ -8,7 +8,7 @@ PORTNAME= bsdproxy PORTVERSION= 0.03 CATEGORIES= net -MASTER_SITES= http://sydney.daveb.net/bsdproxy/ +MASTER_SITES= http://daveb.net/bsdproxy/ MAINTAINER= roam@FreeBSD.org COMMENT= "A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API" |