diff options
-rw-r--r-- | Mk/bsd.autotools.mk | 2 | ||||
-rw-r--r-- | devel/libtool15/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index a86b14aefbc8..41ad8cdb5441 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -8,7 +8,7 @@ # Please make sure all changes to this file are passed either through # the maintainer, or portmgr@FreeBSD.org -Autotools_Include_MAINTAINER= jylefort@FreeBSD.org +Autotools_Include_MAINTAINER= ade@FreeBSD.org #--------------------------------------------------------------------------- # IMPORTANT! READ ME! YES, THAT MEANS YOU! diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile index 8b1030e154cf..dcd02d367988 100644 --- a/devel/libtool15/Makefile +++ b/devel/libtool15/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool DISTNAME= libtool-${PORTVERSION} -MAINTAINER= jylefort@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= Generic shared library support script GNU_CONFIGURE= yes |