diff options
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 c75e4da..7c9b9b7 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/ |