diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
commit | 4c544704ed31ce1186add71ab565b4414423835d (patch) | |
tree | 3c5a86451bbd5a03b2a00b3dc5a0f69dec1c5717 /net/tcpstat | |
parent | 32e2f6629ff708aec3e81b18136023f21370aa3b (diff) | |
download | ports-4c544704ed31ce1186add71ab565b4414423835d.tar.gz ports-4c544704ed31ce1186add71ab565b4414423835d.zip |
Notes
Diffstat (limited to 'net/tcpstat')
-rw-r--r-- | net/tcpstat/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile index da1844cac2e9..68b37ecf7404 100644 --- a/net/tcpstat/Makefile +++ b/net/tcpstat/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTNAME= tcpstat -PORTVERSION= 1.4 -CATEGORIES= net -MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ +PORTNAME= tcpstat +PORTVERSION= 1.4 +CATEGORIES= net +MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ -MAINTAINER= greid@ukug.uk.freebsd.org +MAINTAINER= greid@ukug.uk.freebsd.org -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes -MAN1= tcpstat.1 +MAN1= tcpstat.1 .include <bsd.port.mk> |