diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-25 23:22:14 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-25 23:22:14 +0800 |
commit | 071db14def99dd15dc382f12f76d9ec481579b42 (patch) | |
tree | 1d9992210244a510bcf9f637477c8f3a3185def1 /devel/autoconf/Makefile | |
parent | c581fd545f638a56abb66024d723787f6c9b456e (diff) | |
download | freebsd-ports-gnome-071db14def99dd15dc382f12f76d9ec481579b42.tar.gz freebsd-ports-gnome-071db14def99dd15dc382f12f76d9ec481579b42.tar.zst freebsd-ports-gnome-071db14def99dd15dc382f12f76d9ec481579b42.zip |
Upgrade to the Cygnus "000227" (27-Feb-2000) version. This is a later
version than 2.13.
I could find no ports that broke with this update.
Approved by: portmgr
Message-ID: <20011024214950.W25747@squall.waterspout.com>
Diffstat (limited to 'devel/autoconf/Makefile')
-rw-r--r-- | devel/autoconf/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index b3e1246a4fe7..f8d6c2a9574e 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/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 |