diff options
Diffstat (limited to 'devel/automake19/Makefile')
-rw-r--r-- | devel/automake19/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile index 1393777..10b7c4a 100644 --- a/devel/automake19/Makefile +++ b/devel/automake19/Makefile @@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake DISTNAME= automake-${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 Standards-compliant Makefile generator (1.9) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ |