summaryrefslogtreecommitdiffstats
path: root/devel/autoconf/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-12-23 06:50:33 +0000
committerwill <will@FreeBSD.org>2001-12-23 06:50:33 +0000
commit8a3d33460d76331c8d86bfc4d72c8e80b5f781a9 (patch)
treec9fb2c36c708f125b0d39516062d90fea0fa0087 /devel/autoconf/Makefile
parent1edcf34a136ed8c29fa6f707469c73f8300f29ff (diff)
downloadFreeBSD-ports-8a3d33460d76331c8d86bfc4d72c8e80b5f781a9.zip
FreeBSD-ports-8a3d33460d76331c8d86bfc4d72c8e80b5f781a9.tar.gz
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)
Diffstat (limited to 'devel/autoconf/Makefile')
-rw-r--r--devel/autoconf/Makefile21
1 files changed, 7 insertions, 14 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index f8d6c2a..f928173 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/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>
OpenPOWER on IntegriCloud