diff options
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 9c2240c055a5..d42691baaf9a 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -6,12 +6,12 @@ # PORTNAME= R -PORTVERSION= 1.4.1 +PORTVERSION= 1.5.1 CATEGORIES= math MASTER_SITES= http://cran.r-project.org/src/base/ \ ftp://cran.r-project.org/pub/R/src/base/ \ http://cran.at.r-project.org/src/base/ \ - http://cran.ch.r-project.or/src/base/ \ + http://cran.ch.r-project.org/src/base/ \ http://cran.dk.r-project.org/src/base/ \ http://cran.hu.r-project.org/src/base/ \ http://cran.uk.r-project.org/src/base/ \ @@ -39,7 +39,7 @@ PAPERSIZE?= letter @${FALSE} .endif -ALL_TARGET= all help html +#ALL_TARGET= all help html MAN1= R.1 |