diff options
Diffstat (limited to 'devel/autoconf268/Makefile')
-rw-r--r-- | devel/autoconf268/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile index a5aefa5a..6e03ff3 100644 --- a/devel/autoconf268/Makefile +++ b/devel/autoconf268/Makefile @@ -12,7 +12,10 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${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= Automatically configure source code on many Un*x platforms (2.62) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ |