diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-02-02 03:31:10 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-02-02 03:31:10 +0800 |
commit | f056b34aa4beb6d9b26bef88208be69949cb074e (patch) | |
tree | 0272980e1c6a80c388d13fa0469da83148e31e30 /net | |
parent | cc87a9ecdec373e4b9e7b285ca4ffc097bfd3cdd (diff) | |
download | freebsd-ports-gnome-f056b34aa4beb6d9b26bef88208be69949cb074e.tar.gz freebsd-ports-gnome-f056b34aa4beb6d9b26bef88208be69949cb074e.tar.zst freebsd-ports-gnome-f056b34aa4beb6d9b26bef88208be69949cb074e.zip |
- Fix fetch
Reported by: -fetch-original pointyhat run
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpflow/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 07e845c6358e..7856da08a3bf 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -9,8 +9,7 @@ PORTNAME= tcpflow PORTVERSION= 0.21 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/ \ - http://home.leo.org/~barner/freebsd/distfiles/ +MASTER_SITES= http://www.circlemud.org/pub/jelson/tcpflow/ MAINTAINER= barner@FreeBSD.org COMMENT= A tool for capturing data transmitted as part of TCP connections |