diff options
author | ade <ade@FreeBSD.org> | 2004-03-15 01:25:58 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-15 01:25:58 +0000 |
commit | dab2b774fd38c30269d176c6833640660c72a45d (patch) | |
tree | ff9dd18136cf420efc520f21209b34a706e6cf0b /devel/gnu-automake/Makefile | |
parent | 8ecfdf2b30d78d66b77a977782d2b9540f3e019c (diff) | |
download | FreeBSD-ports-dab2b774fd38c30269d176c6833640660c72a45d.zip FreeBSD-ports-dab2b774fd38c30269d176c6833640660c72a45d.tar.gz |
Say hello to autoconf 2.59 and automake 1.8(.3) after repo-copy.
It's likely to be a really bad idea to use these until they're hooked
into the new bsd.autotools.mk
Diffstat (limited to 'devel/gnu-automake/Makefile')
-rw-r--r-- | devel/gnu-automake/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile index cf51948..db69f70 100644 --- a/devel/gnu-automake/Makefile +++ b/devel/gnu-automake/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: automake17 +# New ports collection makefile for: automake18 # Date created: 15 Feb 2003 # Whom: Udo Schweigert # @@ -6,26 +6,25 @@ # PORTNAME= automake -PORTVERSION= 1.7.5 -PORTREVISION= 1 +PORTVERSION= 1.8.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake DISTNAME= automake-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (version 1.7) +COMMENT= GNU Standards-compliant Makefile generator (version 1.8) -BUILD_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257 -RUN_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257 +BUILD_DEPENDS= autoconf259:${PORTSDIR}/devel/autoconf259 +RUN_DEPENDS= autoconf259:${PORTSDIR}/devel/autoconf259 -BUILD_VERSION= 17 +BUILD_VERSION= 18 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= AUTOCONF=autoconf257 AUTOHEADER=autoheader257 MAKEINFO=makeinfo +CONFIGURE_ENV= AUTOCONF=autoconf259 AUTOHEADER=autoheader259 MAKEINFO=makeinfo CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes @@ -41,7 +40,7 @@ pre-everything:: .endif # defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER) post-patch: - @(cd ${WRKSRC} && \ + @(cd ${WRKSRC}/doc && \ ${RM} -f *.info && \ ${MV} automake.texi automake${BUILD_VERSION}.texi && \ ${REINPLACE_CMD} -E 's,(automake)\.(info),\1${BUILD_VERSION}\.\2,g' automake${BUILD_VERSION}.texi && \ |