diff options
author | seb <seb@pkgsrc.org> | 2004-02-16 10:30:29 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-02-16 10:30:29 +0000 |
commit | 523b6ad7e4a1dd721dc0185b6b610336843b5364 (patch) | |
tree | 786b17c21166b881d6b2d1eb47cdaaaf7b67ad3c /devel/libavl | |
parent | ec687bb0b4745f26a9f3c44af955ea394c6be8a7 (diff) | |
download | pkgsrc-523b6ad7e4a1dd721dc0185b6b610336843b5364.tar.gz |
Remove info files entries from PLIST.
Also prevent run of texi2html.
Diffstat (limited to 'devel/libavl')
-rw-r--r-- | devel/libavl/Makefile | 8 | ||||
-rw-r--r-- | devel/libavl/PLIST | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/libavl/Makefile b/devel/libavl/Makefile index c54f03b9cb3..fbd39631a8b 100644 --- a/devel/libavl/Makefile +++ b/devel/libavl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/08/09 10:44:44 seb Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/16 10:30:29 seb Exp $ # DISTNAME= avl-1.4.0 @@ -13,9 +13,9 @@ COMMENT= Library for manipulation of balanced binary trees GNU_CONFIGURE= YES INFO_FILES= avl.info -# This text file documentation is not installed so just touch it -# and makeinfo is not needed at build time. +# The text and html files documentation are not installed so just touch +# them and makeinfo and texi2html are not needed at build time. pre-build: - ${TOUCH} ${WRKSRC}/avl.text + ${TOUCH} ${WRKSRC}/avl.text ${WRKSRC}/avl.html .include "../../mk/bsd.pkg.mk" diff --git a/devel/libavl/PLIST b/devel/libavl/PLIST index 0dea192cfca..e32b3386621 100644 --- a/devel/libavl/PLIST +++ b/devel/libavl/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2003/06/23 11:18:23 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/02/16 10:30:29 seb Exp $ include/avl.h include/avlt.h include/avltr.h include/rb.h -info/avl.info lib/libavl.a |