diff options
author | knu <knu@FreeBSD.org> | 2002-03-14 21:29:00 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-14 21:29:00 +0800 |
commit | e3796baf7c5654adef8f5df2bd55008eadda5699 (patch) | |
tree | cb5f628541e735e6a4798725808963794d38d5b5 /devel/gnu-autoconf/Makefile | |
parent | 8fbde44b4ff70f03200e89f538ad830e0e9467c7 (diff) | |
download | freebsd-ports-gnome-e3796baf7c5654adef8f5df2bd55008eadda5699.tar.gz freebsd-ports-gnome-e3796baf7c5654adef8f5df2bd55008eadda5699.tar.zst freebsd-ports-gnome-e3796baf7c5654adef8f5df2bd55008eadda5699.zip |
Update to 2.53, which fixes many bugs.
Use the bzip2 tarball.
Approved by: portmgr (will)
Diffstat (limited to 'devel/gnu-autoconf/Makefile')
-rw-r--r-- | devel/gnu-autoconf/Makefile | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile index e21c00c26dc1..45ff33a1b1c9 100644 --- a/devel/gnu-autoconf/Makefile +++ b/devel/gnu-autoconf/Makefile @@ -6,8 +6,7 @@ # PORTNAME= autoconf -PORTVERSION= 2.52 -PORTREVISION= 2 +PORTVERSION= 2.53 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf @@ -17,15 +16,32 @@ 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=${LOCALBASE}/bin/gm4 +CONFIGURE_ARGS= --without-lispdir + +GENERIC_TOOLS= config.guess \ + config.sub \ + elisp-comp \ + install-sh \ + mdate-sh \ + missing \ + mkinstalldirs -MAN1= autoconf.1 autoheader.1 autoreconf.1 \ - autoscan.1 autoupdate.1 config.guess.1 \ - config.sub.1 ifnames.1 +MAN1= autoconf.1 \ + autoheader.1 \ + autom4te.1 \ + autoreconf.1 \ + autoscan.1 \ + autoupdate.1 \ + config.guess.1 \ + config.sub.1 \ + ifnames.1 post-install: -.for FILE in install-sh config.sub config.guess missing mkinstalldirs +.for FILE in ${GENERIC_TOOLS} ${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf .endfor |