diff options
author | barner <barner@FreeBSD.org> | 2006-09-05 16:12:16 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-09-05 16:12:16 +0800 |
commit | 2fc91e41511d59acf9a4b8c568c0f0e4e6b75d44 (patch) | |
tree | 3f6f2621dd23ea2c5f25bbc23cba403a4b079a4f /net | |
parent | 27ee115ac87b70d9479294db8a9a1a23b9942471 (diff) | |
download | freebsd-ports-gnome-2fc91e41511d59acf9a4b8c568c0f0e4e6b75d44.tar.gz freebsd-ports-gnome-2fc91e41511d59acf9a4b8c568c0f0e4e6b75d44.tar.zst freebsd-ports-gnome-2fc91e41511d59acf9a4b8c568c0f0e4e6b75d44.zip |
- Make PREFIX-clean by using automake
- Add backup master site
- Take maintainership
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 |