diff options
Diffstat (limited to 'devel/autoconf262/Makefile')
-rw-r--r-- | devel/autoconf262/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile index b3e1246a4fe7..f8d6c2a9574e 100644 --- a/devel/autoconf262/Makefile +++ b/devel/autoconf262/Makefile @@ -10,19 +10,21 @@ # upgraded as soon as possible. Thanks. PORTNAME= autoconf -PORTVERSION= 2.13 -PORTREVISION= 1 +PORTVERSION= 2.13.000227 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf +MASTER_SITES= ${MASTER_SITE_SOURCEWARE} ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= binutils autoconf +DISTNAME= autoconf-000227 MAINTAINER= portmgr@FreeBSD.org BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 +WRKSRC= ${WRKDIR}/${PORTNAME} post-install: @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir |