diff options
author | linimon <linimon@FreeBSD.org> | 2009-12-28 10:47:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-12-28 10:47:25 +0800 |
commit | f120be06ebada86620f77dbe0ed0d2c9af693ef7 (patch) | |
tree | 06e272d2a065647537203ef396e5ca89048c3267 /Mk | |
parent | 076ec35d9a3e3f3aea7134325cfd93f12ad9fec6 (diff) | |
download | freebsd-ports-gnome-f120be06ebada86620f77dbe0ed0d2c9af693ef7.tar.gz freebsd-ports-gnome-f120be06ebada86620f77dbe0ed0d2c9af693ef7.tar.zst freebsd-ports-gnome-f120be06ebada86620f77dbe0ed0d2c9af693ef7.zip |
Also assign this file to the new autotools mail reflector, and change the
boilerplate comment to match the various ports.
Hat: portmgrt
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index 7e9eabd4a4ed..6109b914c179 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -5,10 +5,11 @@ # # Please view me with 4 column tabs! # -# Please make sure all changes to this file are passed either through -# the maintainer, or portmgr@FreeBSD.org +# Note: before committing to this file, contact portmgr to arrange for an +# experimental ports run. Untested commits may be backed out at portmgr's +# discretion. -Autotools_Include_MAINTAINER= ade@FreeBSD.org +Autotools_Include_MAINTAINER= autotools@FreeBSD.org #--------------------------------------------------------------------------- # Entry point into the autotools system |