diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-08-08 19:07:38 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-08-08 19:07:38 +0000 |
commit | 4f4497deb42f9e954c3c25ad98d7ec503333a45c (patch) | |
tree | d52a1f3f7da42faa30fa9ad21b5f101d4ce7dedb /math/arpack | |
parent | 6fbbd73ea8f9a7d7f9ece24bc04503c9d20a194f (diff) |
- Maintainer change to bf@
Approved by: maho (mentor, implicit), bf (new maintainer)
Notes
Notes:
svn path=/head/; revision=279268
Diffstat (limited to 'math/arpack')
-rw-r--r-- | math/arpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index 6f93ebbb3441..5cadd3500345 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -21,7 +21,7 @@ PATCH_SITES= http://mathema.tician.de/news.tiker.net/files/ PATCHFILES= arpack-arscnd-3.patch.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= stephen@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Argand Library: large eigenvalue subroutines (serial version) LDFLAGS+= -L${LOCALBASE}/lib |