summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-22 18:41:09 +0000
committerjlam <jlam@pkgsrc.org>2006-03-22 18:41:09 +0000
commitfe40e5bc4ae7c8a61de6861498056195795f871e (patch)
tree1f7b7dd3724a053d45e6af691c309c8edac828db /cross
parenteaa264cc356c154d702ab79b8c5122d1048d85ab (diff)
downloadpkgsrc-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')
-rw-r--r--cross/avrdude/Makefile14
-rw-r--r--cross/avrdude/PLIST3
2 files changed, 11 insertions, 6 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"
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