diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-22 05:02:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-22 05:02:27 +0800 |
commit | f7b3c30e9ee00a76e865a5fe89d6ed4d670763e6 (patch) | |
tree | 496224070863c430c63f8337040ca6e4a916f49f /math | |
parent | 90382efa26c809bfac5e9d80f879bd2fe450933a (diff) | |
download | freebsd-ports-gnome-f7b3c30e9ee00a76e865a5fe89d6ed4d670763e6.tar.gz freebsd-ports-gnome-f7b3c30e9ee00a76e865a5fe89d6ed4d670763e6.tar.zst freebsd-ports-gnome-f7b3c30e9ee00a76e865a5fe89d6ed4d670763e6.zip |
- pass maintainership to submitter
PR: 129025
Submitted by: bf <bf2006a@yahoo.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index ba23c66bc6fa..045bd162fe5a 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -28,7 +28,7 @@ MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ http://www.ibiblio.org/pub/languages/R/CRAN/src/base/R-2/ \ http://www.bioconductor.org/CRAN/src/base/R-2/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf2006a@yahoo.com COMMENT= A language for statistical computing and graphics OPTIONS= ATLAS "Use ATLAS instead of BLAS/LAPACK" off \ |