diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-04-30 07:59:12 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-04-30 07:59:12 +0000 |
commit | 5022bd5547cab006bab5c43ef1e59ff3bc76054d (patch) | |
tree | a6c10699240ba83900c000647b15057fd5770d4d /math/R-cran-coda | |
parent | 0c4cec7223cadfbcd63c8c422218524baac07831 (diff) | |
download | ports-5022bd5547cab006bab5c43ef1e59ff3bc76054d.tar.gz ports-5022bd5547cab006bab5c43ef1e59ff3bc76054d.zip |
Notes
Diffstat (limited to 'math/R-cran-coda')
-rw-r--r-- | math/R-cran-coda/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/R-cran-coda/Makefile b/math/R-cran-coda/Makefile index 75e5a9206460..ae9c0a478a27 100644 --- a/math/R-cran-coda/Makefile +++ b/math/R-cran-coda/Makefile @@ -6,11 +6,10 @@ # PORTNAME= coda -PORTVERSION= 0.14 -PORTREVISION= 2 +DISTVERSION= 0.14-2 CATEGORIES= math PKGNAMEPREFIX= R-cran- -DISTNAME= ${PORTNAME}_${PORTVERSION}-2 +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Output analysis and diagnostics for MCMC |