diff options
-rw-r--r-- | math/gmp/Makefile | 2 | ||||
-rw-r--r-- | math/libgmp4/Makefile | 2 | ||||
-rw-r--r-- | security/lsh/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index decc621e35c8..41f512d49817 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp DISTNAME= gmp-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic USE_REINPLACE= yes diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index decc621e35c8..41f512d49817 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp DISTNAME= gmp-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A free library for arbitrary precision arithmetic USE_REINPLACE= yes diff --git a/security/lsh/Makefile b/security/lsh/Makefile index e05d75031fe2..cdffd18fbd2a 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNUPG} \ MASTER_SITE_SUBDIR= lsh lsh/old DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 |