diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 02:55:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 02:55:42 +0000 |
commit | 5fde0b18cf6ee146f593b273dd254378318d42e0 (patch) | |
tree | 9cafdcd38e5c0ed220471acc9019ee727ec49cc4 /net-mgmt | |
parent | f6c21985afb8a6c2293755040b1d8903c0c5a666 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cflowd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index c75e4dab496c..7c9b9b7f7045 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -6,11 +6,12 @@ # PORTNAME= cflowd -PORTVERSION= 2-1-b1 +PORTVERSION= 2.1.b1 PORTREVISION= 7 +PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} .if defined(CFLOWD_FLOWSCAN_PATCH) PATCH_SITES= http://net.doit.wisc.edu/~plonka/cflowd/ |