diff options
-rw-r--r-- | archivers/nomarch/Makefile | 2 | ||||
-rw-r--r-- | converters/base64/Makefile | 2 | ||||
-rw-r--r-- | lang/mawk/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile index eadf4dbbf818..3498e8e04f9e 100644 --- a/archivers/nomarch/Makefile +++ b/archivers/nomarch/Makefile @@ -12,7 +12,7 @@ CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/compress -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Extracts files from the old `.arc' archive format LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt diff --git a/converters/base64/Makefile b/converters/base64/Makefile index f44935514813..0f0517f20a7a 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -11,7 +11,7 @@ CATEGORIES= converters MASTER_SITES= http://www.fourmilab.ch/webtools/base64/ \ http://dl.droso.net/ports/ -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple program to convert binary files to base64 GNU_CONFIGURE= yes diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile index f2c053d9c0fa..811b8549317a 100644 --- a/lang/mawk/Makefile +++ b/lang/mawk/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang MASTER_SITES= http://dl.droso.net/ports/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of new/posix awk WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |