diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-01 21:58:01 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-01 21:58:01 +0800 |
commit | 0be3cedb2a49aa6d0c92e0356f3075f0a6c4433c (patch) | |
tree | 4bfa4c1429c000b7c9c1d6bbbf14112a510808f4 /science | |
parent | 81bec2c0b2d88eb22f66d1a11cbe4978c4c23bf1 (diff) | |
download | freebsd-ports-gnome-0be3cedb2a49aa6d0c92e0356f3075f0a6c4433c.tar.gz freebsd-ports-gnome-0be3cedb2a49aa6d0c92e0356f3075f0a6c4433c.tar.zst freebsd-ports-gnome-0be3cedb2a49aa6d0c92e0356f3075f0a6c4433c.zip |
Fix DISTNAME
Reported by: pkg-fallout since august 2013
With hat: portmgr
Diffstat (limited to 'science')
-rw-r--r-- | science/R-cran-bayesm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/R-cran-bayesm/Makefile b/science/R-cran-bayesm/Makefile index 0f99f30e5814..6eee82f46ffd 100644 --- a/science/R-cran-bayesm/Makefile +++ b/science/R-cran-bayesm/Makefile @@ -4,7 +4,7 @@ PORTNAME= bayesm PORTVERSION= 2.2.5 CATEGORIES= science -DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1} +DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1} MAINTAINER= wen@FreeBSD.org COMMENT= Bayesian Inference for Marketing/Micro-econometrics |