diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/tcpflow | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | ports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Notes
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/ |