aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2005-06-16 13:51:35 +0800
committerade <ade@FreeBSD.org>2005-06-16 13:51:35 +0800
commitdfb4c179bad9caa218006ba68405b9a95698dd0a (patch)
tree9b0d0c526fd0b1dfbc143babd9fdede9e68bf729 /devel
parent5252f7e43a6821227c6f5b4707791e7d136f1703 (diff)
downloadfreebsd-ports-graphics-dfb4c179bad9caa218006ba68405b9a95698dd0a.tar.gz
freebsd-ports-graphics-dfb4c179bad9caa218006ba68405b9a95698dd0a.tar.zst
freebsd-ports-graphics-dfb4c179bad9caa218006ba68405b9a95698dd0a.zip
Assume maintainership.
It's important to note here that these particular versions of autotools will be left without FreeBSD-specific hacks, so that developers and IDEs alike will be able to run in a pristine environment, ensuring cross-platform capability. The prefix of ${LOCALBASE}/gnu-autotools will remain untouched, it's merely a case of ensuring that they are kept up to date. Approved by: marcus
Diffstat (limited to 'devel')
-rw-r--r--devel/gnu-autoconf/Makefile2
-rw-r--r--devel/gnu-automake/Makefile2
-rw-r--r--devel/gnu-libtool/Makefile2
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