1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

*blush* should fix the distname if you change the version number.

This commit is contained in:
Edwin Groothuis 2003-10-08 02:53:36 +00:00
parent f00acb8315
commit f6c21985af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90584
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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