diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-06-16 05:51:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-06-16 05:51:35 +0000 |
commit | 2145db679a3d52669e12bae6881fbb915a5d91c7 (patch) | |
tree | 07fdbb28cc6e271a8a7e80f11c767e6313d6a944 /devel/gnu-automake | |
parent | - Update to 2.6.8 (diff) |
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
Notes
Notes:
svn path=/head/; revision=137523
Diffstat (limited to 'devel/gnu-automake')
-rw-r--r-- | devel/gnu-automake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile index 3634e271570c..418ec881efa0 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 |