diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-22 18:41:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-22 18:41:09 +0000 |
commit | fe40e5bc4ae7c8a61de6861498056195795f871e (patch) | |
tree | 1f7b7dd3724a053d45e6af691c309c8edac828db /cross/avrdude/Makefile | |
parent | eaa264cc356c154d702ab79b8c5122d1048d85ab (diff) | |
download | pkgsrc-fe40e5bc4ae7c8a61de6861498056195795f871e.tar.gz |
* 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.
Diffstat (limited to 'cross/avrdude/Makefile')
-rw-r--r-- | cross/avrdude/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
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" |