summaryrefslogtreecommitdiff
path: root/math/R-letter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-letter/Makefile')
-rw-r--r--math/R-letter/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/math/R-letter/Makefile b/math/R-letter/Makefile
index bb81e1349f79..c45d7c1918d6 100644
--- a/math/R-letter/Makefile
+++ b/math/R-letter/Makefile
@@ -6,22 +6,20 @@
#
PORTNAME= R
-PORTVERSION= 1.6.1
+PORTVERSION= 1.6.2
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.au.r-project.org/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/ \
http://cran.us.r-project.org/src/base/ \
- http://mirror.aarnet.edu.au/CRAN/src/base/ \
ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
- ftp://dola.snu.ac.kr/pub/R/CRAN/src/base/ \
http://lib.stat.cmu.edu/R/CRAN/src/base/
PKGNAMESUFFIX= -${PAPERSIZE}
-DISTNAME= R-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= maurice@serc.rmit.edu.au
@@ -42,11 +40,11 @@ PAPERSIZE?= letter
@${FALSE}
.endif
-#ALL_TARGET= all help html
-
MAN1= R.1
-test:
- @(cd ${WRKSRC}; make test-All)
+test check: build
+ @(cd ${WRKSRC}; make check)
+fullcheck: build
+ @(cd ${WRKSRC}; make fullcheck)
.include <bsd.port.mk>