diff options
author | maho <maho@FreeBSD.org> | 2007-01-17 07:40:38 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-17 07:40:38 +0800 |
commit | f85fb66e40f8489c816340fcbdd468bb4ee6f622 (patch) | |
tree | a74e265ef299205f0ae2da40e5a8cb035e39b7ef /math | |
parent | 236fba4ee6eb6c1eba9ffec067087eca1de35bfc (diff) | |
download | freebsd-ports-graphics-f85fb66e40f8489c816340fcbdd468bb4ee6f622.tar.gz freebsd-ports-graphics-f85fb66e40f8489c816340fcbdd468bb4ee6f622.tar.zst freebsd-ports-graphics-f85fb66e40f8489c816340fcbdd468bb4ee6f622.zip |
Pass maintainership.
Approved by: jmz (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/lapack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 463a17cff71..15b9db2777b 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.netlib.org/lapack/ DISTNAME= LAPACK DISTFILES= lapack.tgz manpages.tgz -MAINTAINER= jmz@FreeBSD.org +MAINTAINER= maho@FreeBSD.org COMMENT= A library of Fortran 77 subroutines for linear algebra LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas |