diff options
-rw-r--r-- | math/gretl/Makefile | 2 | ||||
-rw-r--r-- | math/msieve/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 04034c04d69b..980508e6c2a8 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 1.9.1 CATEGORIES= math finance MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= GNU Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot diff --git a/math/msieve/Makefile b/math/msieve/Makefile index f0cf6b51359c..df518f2ad510 100644 --- a/math/msieve/Makefile +++ b/math/msieve/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.boo.net/~jasonp/ \ http://mirror.roe.ch/dist/msieve/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Fast factorization of big integers using MPQS and GNFS BUILD_DEPENDS= ${LOCALBASE}/lib/libecm.a:${PORTSDIR}/math/gmp-ecm |