From 2fc91e41511d59acf9a4b8c568c0f0e4e6b75d44 Mon Sep 17 00:00:00 2001 From: barner Date: Tue, 5 Sep 2006 08:12:16 +0000 Subject: - Make PREFIX-clean by using automake - Add backup master site - Take maintainership --- net/tcpflow/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net') 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 -- cgit