diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-02-01 19:31:10 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-02-01 19:31:10 +0000 |
commit | c76f958b1acbf0ce44ccacd82df7264889b94bc9 (patch) | |
tree | a89c369d2e64059e5e3a42a33de42e7cfd5c44c8 /net/tcpflow | |
parent | 8d5e2eed39727e0c905923884d601e71c6ca0590 (diff) |
Notes
Diffstat (limited to 'net/tcpflow')
-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 |