diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnu-autoconf/Makefile | 2 | ||||
-rw-r--r-- | devel/gnu-automake/Makefile | 2 | ||||
-rw-r--r-- | devel/gnu-libtool/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile index 2e6d3f6e249..78d54b06bcc 100644 --- a/devel/gnu-autoconf/Makefile +++ b/devel/gnu-autoconf/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= autoconf PKGNAMEPREFIX= gnu- DISTNAME= autoconf-${PORTVERSION} -MAINTAINER= marcus@FreeBSD.org +MAINTAINER= ade@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile index 3634e271570..418ec881efa 100644 --- a/devel/gnu-automake/Makefile +++ b/devel/gnu-automake/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= automake PKGNAMEPREFIX= gnu- DISTNAME= automake-${PORTVERSION} -MAINTAINER= marcus@FreeBSD.org +MAINTAINER= ade@FreeBSD.org COMMENT= GNU Standards-compliant Makefile generator (version 1.8) BUILD_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf diff --git a/devel/gnu-libtool/Makefile b/devel/gnu-libtool/Makefile index 12232e37651..a3f9ae3e891 100644 --- a/devel/gnu-libtool/Makefile +++ b/devel/gnu-libtool/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= libtool PKGNAMEPREFIX= gnu- DISTNAME= libtool-${PORTVERSION} -MAINTAINER= marcus@FreeBSD.org +MAINTAINER= ade@FreeBSD.org COMMENT= Generic shared library support script (version 1.5) PREFIX?= ${LOCALBASE}/gnu-autotools |