diff options
author | roam <roam@FreeBSD.org> | 2003-07-08 14:05:08 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-07-08 14:05:08 +0800 |
commit | b7ae8380dc204a929fbde2f9db9b17574925c61e (patch) | |
tree | 0d664bfd699de590a66c06819becb7ddc003b51f /net/bsdproxy | |
parent | 184ddbe42f9b727df2d20fff0fec344f9895d477 (diff) | |
download | freebsd-ports-gnome-b7ae8380dc204a929fbde2f9db9b17574925c61e.tar.gz freebsd-ports-gnome-b7ae8380dc204a929fbde2f9db9b17574925c61e.tar.zst freebsd-ports-gnome-b7ae8380dc204a929fbde2f9db9b17574925c61e.zip |
Fix the master site.
Prompted by: fenner's scripts
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" |