diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/libtommath/Makefile | 2 | ||||
-rw-r--r-- | math/tomsfastmath/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index 5384a4dbaff1..fbf83bc57a2c 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://libtom.org/files/ \ http://www.atarininja.org/~wxs/distfiles/ DISTNAME= ltm-${PORTVERSION} -MAINTAINER= wxs@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= Comprehensive, modular and portable mathematical routines WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 2bfdb199d718..811d3a6a8db3 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://libtom.org/files/ \ MASTER_SITE_SUBDIR= miwi DISTNAME= tfm-${PORTVERSION} -MAINTAINER= wxs@atarininja.org +MAINTAINER= wxs@FreeBSD.org COMMENT= Portable fixed precision math library for fast exponentiations WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |