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/bsdproxy | |
parent | fdf5ee8d4303b9eefb4213674aa1c5ffb9bf4dd0 (diff) |
Notes
Diffstat (limited to 'net/bsdproxy')
-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" |