diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-08 10:53:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-08 10:53:36 +0800 |
commit | 3ef08d0e5995c0459ada08e8ac86f8cbf9953429 (patch) | |
tree | 7b821ee74b847f15ab03bdf223b965323d4d1bf7 /net | |
parent | 3bcbb57b739054309c2f9503973f7595e4219d66 (diff) | |
download | freebsd-ports-gnome-3ef08d0e5995c0459ada08e8ac86f8cbf9953429.tar.gz freebsd-ports-gnome-3ef08d0e5995c0459ada08e8ac86f8cbf9953429.tar.zst freebsd-ports-gnome-3ef08d0e5995c0459ada08e8ac86f8cbf9953429.zip |
*blush* should fix the distname if you change the version number.
Diffstat (limited to 'net')
-rw-r--r-- | net/arts++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/arts++/Makefile b/net/arts++/Makefile index 678e649b7895..5838e00502db 100644 --- a/net/arts++/Makefile +++ b/net/arts++/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.caida.org/pub/arts++/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} MAINTAINER= ler@lerctr.org COMMENT= A network data storage and analysis library from CAIDA |