diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-23 06:50:33 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-23 06:50:33 +0000 |
commit | a1aa37ae617a5874f00e8e47290e1b33427864ab (patch) | |
tree | d8021a9f000e65919da6cde02e0e11e495932401 /devel/autoconf261/Makefile | |
parent | ab2c2cb84bec2c5a552403ccc2417438353ba758 (diff) | |
download | ports-a1aa37ae617a5874f00e8e47290e1b33427864ab.tar.gz ports-a1aa37ae617a5874f00e8e47290e1b33427864ab.zip |
Upgrade to 2.52; this should solve some problems when mixing ac 2.13* and
am 1.5. Ports which require 2.13/1.4 will be modified to use the ac213
and am14 ports.
PR: 29069
Submitted by: pat
Approved by: sobomax, ade, steve
(contingent upon me fixing every problem that crops up)
Notes
Notes:
svn path=/head/; revision=52021
Diffstat (limited to 'devel/autoconf261/Makefile')
-rw-r--r-- | devel/autoconf261/Makefile | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile index f8d6c2a9574e..f92817370da1 100644 --- a/devel/autoconf261/Makefile +++ b/devel/autoconf261/Makefile @@ -5,29 +5,22 @@ # $FreeBSD$ # -# Upgrading this port is not possible at this time because it has -# extensive implications for the entire ports system. It will be -# upgraded as soon as possible. Thanks. - PORTNAME= autoconf -PORTVERSION= 2.13.000227 +PORTVERSION= 2.52 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= binutils autoconf -DISTNAME= autoconf-000227 +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= autoconf 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} +CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 -post-install: - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir +MAN1= autoconf.1 autoheader.1 autoreconf.1 \ + autoscan.1 autoupdate.1 config.guess.1 \ + config.sub.1 ifnames.1 .include <bsd.port.mk> |