diff options
Diffstat (limited to 'net/tcpflow')
-rw-r--r-- | net/tcpflow/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 0ac435d7efc0..a184d2394d48 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: tcpflow -# Version required: 0.12 # Date created: 20 August 1999 # Whom: Jose M. Alcaide <jose@we.lc.ehu.es> # # $FreeBSD$ # -DISTNAME= tcpflow-0.12 +PORTNAME= tcpflow +PORTVERSION= 0.12 CATEGORIES= net MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/ |