diff options
Diffstat (limited to 'net/tcpstat/Makefile')
-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> |