Fix DISTNAME
Reported by: pkg-fallout since august 2013 With hat: portmgr
This commit is contained in:
parent
7a636eaf7d
commit
a666b569e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342143
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ PORTNAME= mvtnorm
|
|||
PORTVERSION= 0.9.96
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Multivariate Normal and t Distributions
|
||||
|
|
Loading…
Reference in a new issue