diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-01 13:49:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-01 13:49:09 +0000 |
commit | 3930d23f379535ec847e49a67771f73078ff5ec6 (patch) | |
tree | 2b27f06b901ecccc37d481b27539e96285c7ec74 | |
parent | 6ecdc42775693eb4b1cd378df757f37833077418 (diff) | |
download | ports-3930d23f379535ec847e49a67771f73078ff5ec6.tar.gz ports-3930d23f379535ec847e49a67771f73078ff5ec6.zip |
Notes
-rw-r--r-- | science/R-cran-eco/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/R-cran-eco/Makefile b/science/R-cran-eco/Makefile index a334d2c0b29f..9530f8942b83 100644 --- a/science/R-cran-eco/Makefile +++ b/science/R-cran-eco/Makefile @@ -5,7 +5,7 @@ PORTNAME= eco PORTVERSION= 3.1.6 PORTREVISION= 3 CATEGORIES= science -DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1} +DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1} MAINTAINER= wen@FreeBSD.org COMMENT= R Package for Ecological Inference in 2x2 Tables |