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/cflowd | |
parent | *blush* should fix the distname if you change the version number. (diff) |
2-1-b1 => 2.1.b1
PR: ports/56958
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=90585
Diffstat (limited to 'net/cflowd')
-rw-r--r-- | net/cflowd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/cflowd/Makefile b/net/cflowd/Makefile index c75e4dab496c..7c9b9b7f7045 100644 --- a/net/cflowd/Makefile +++ b/net/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/ |