From d51be0d0f8baead774421d87bf5590d3ac5fc400 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 22 Mar 2006 18:41:09 +0000 Subject: * Remove outdates texinfo.tex file from doc directory that was breaking modern etex by forcing it to output pdf instead of dvi. * List the info files directly in the PLIST. --- cross/avrdude/Makefile | 14 +++++++++----- cross/avrdude/PLIST | 3 ++- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'cross/avrdude') diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 4099a10e52c..489ad744122 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/05 16:27:23 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/03/22 18:41:09 jlam Exp $ DISTNAME= avrdude-4.1.0 PKGREVISION= 3 @@ -13,14 +13,18 @@ USE_GNU_READLINE= YES TEX_DEPMETHOD= build TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 -BUILD_DEPENDS+= texi2html>=1.76:../../textproc/texi2html - GNU_CONFIGURE= yes -USE_TOOLS+= makeinfo -INFO_FILES= avrdude.info +USE_TOOLS+= makeinfo texi2html +INFO_FILES= # PLIST CONFIGURE_ARGS+= --disable-versioned-doc +# Remove avrdude's buggy and outdated texinfo.tex that was breaking +# modern etex. +# +post-extract: + ${RM} -f ${WRKSRC}/doc/texinfo.tex + .include "../../devel/readline/buildlink3.mk" .include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/cross/avrdude/PLIST b/cross/avrdude/PLIST index bf453cb5ee1..9f9b89ae0ff 100644 --- a/cross/avrdude/PLIST +++ b/cross/avrdude/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2005/03/02 13:20:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/03/22 18:41:09 jlam Exp $ bin/avrdude etc/avrdude.conf +info/avrdude.info man/man1/avrdude.1 share/doc/avrdude/avrdude.pdf share/doc/avrdude/avrdude-html/avrdude.html -- cgit v1.2.3