diff options
author | linimon <linimon@FreeBSD.org> | 2010-07-26 09:59:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-07-26 09:59:00 +0800 |
commit | 0961ea5ba767992e6aab6afbcaf05522ba1d3a9a (patch) | |
tree | e8ed4938c63fa69522e940232bfb19107323cc70 /math | |
parent | bc1aaeee4adaec029cf4a8a6c8814e9a97a817aa (diff) | |
download | freebsd-ports-gnome-0961ea5ba767992e6aab6afbcaf05522ba1d3a9a.tar.gz freebsd-ports-gnome-0961ea5ba767992e6aab6afbcaf05522ba1d3a9a.tar.zst freebsd-ports-gnome-0961ea5ba767992e6aab6afbcaf05522ba1d3a9a.zip |
Over to new volunteer.
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3/Makefile | 2 | ||||
-rw-r--r-- | math/ldouble/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 2299412758c3..a6d6baa7bbba 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ PKGNAMESUFFIX= ${FFTW3_PKGNAMESUFFIX} DISTNAME= fftw-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform # current flavors: default, float, and long diff --git a/math/ldouble/Makefile b/math/ldouble/Makefile index 87de8905c22e..5287550a8529 100644 --- a/math/ldouble/Makefile +++ b/math/ldouble/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze DISTFILES= ${LDOUBLE_DISTFILE} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Long double math precision functions NO_WRKSUBDIR= yes |