diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-09-05 08:12:16 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-09-05 08:12:16 +0000 |
commit | 6685fc97ecbefb51c39c4b5c6bc403d1f11189e6 (patch) | |
tree | 65d8b6e070436b40c92fb233ba1abdfb3fa53133 /net | |
parent | f5fa4d6050767acda675799c8aafbf0ed32ffb83 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpflow/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index b66369d9926d..5f1c2f307b69 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -9,12 +9,14 @@ PORTNAME= tcpflow PORTVERSION= 0.21 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/ +MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/ \ + http://home.leo.org/~barner/freebsd/distfiles -MAINTAINER= ports@FreeBSD.org +MAINTAINER= barner@FreeBSD.org COMMENT= A tool for capturing data transmitted as part of TCP connections HAS_CONFIGURE= yes +USE_AUTOTOOLS= automake:14 MAN1= tcpflow.1 PLIST_FILES= bin/tcpflow |