diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-12-28 02:47:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-12-28 02:47:25 +0000 |
commit | 8c864cd2fb0c482c3e3e2bd9d63beb140db31b9d (patch) | |
tree | c398f1babd4eef7ac36397f9b06fd74f2df6d1e2 /Mk/bsd.autotools.mk | |
parent | db2a5fe1daf093801fe6e40e78fc6660115e8558 (diff) | |
download | ports-8c864cd2fb0c482c3e3e2bd9d63beb140db31b9d.tar.gz ports-8c864cd2fb0c482c3e3e2bd9d63beb140db31b9d.zip |
Notes
Diffstat (limited to 'Mk/bsd.autotools.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 |