diff options
author | linimon <linimon@FreeBSD.org> | 2009-12-16 11:21:27 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-12-16 11:21:27 +0000 |
commit | 92eb479acffe558cf6fd5f163c256180c12ddc96 (patch) | |
tree | e8a355dedaecf74a97d470fad9fe14ae4e89b4bd /devel/gmake381/Makefile | |
parent | 47ab327419995a15506d2097c0177adf12bc1746 (diff) | |
download | FreeBSD-ports-92eb479acffe558cf6fd5f163c256180c12ddc96.zip FreeBSD-ports-92eb479acffe558cf6fd5f163c256180c12ddc96.tar.gz |
Reassign the autotools-related ports to a new mailing list,
autotools@FreeBSD.org. This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create. (A huge number of ports depend on these, so -exp runs are
required.)
Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.
Hat: portmgr
Diffstat (limited to 'devel/gmake381/Makefile')
-rw-r--r-- | devel/gmake381/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile index 062923a..a0eee49 100644 --- a/devel/gmake381/Makefile +++ b/devel/gmake381/Makefile @@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= make DISTNAME= make-${PORTVERSION} -MAINTAINER= ade@FreeBSD.org +# note: before committing to this port, contact portmgr to arrange for an +# experimental ports run. Untested commits may be backed out at portmgr's +# discretion. +MAINTAINER= autotools@FreeBSD.org COMMENT= GNU version of 'make' utility USE_BZIP2= yes |