diff options
Diffstat (limited to 'devel/automake16/Makefile')
-rw-r--r-- | devel/automake16/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/automake16/Makefile b/devel/automake16/Makefile index 3c09eaf..73b75d5 100644 --- a/devel/automake16/Makefile +++ b/devel/automake16/Makefile @@ -12,7 +12,10 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake -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.6) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ |