diff options
author | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
commit | 4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /devel/avl | |
parent | 8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff) | |
download | pkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/avl')
-rw-r--r-- | devel/avl/Makefile | 4 | ||||
-rw-r--r-- | devel/avl/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/avl/Makefile b/devel/avl/Makefile index 0aef1772ead..6dfa87ec60e 100644 --- a/devel/avl/Makefile +++ b/devel/avl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:29:12 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/03/30 03:44:42 jlam Exp $ # DISTNAME= avl-1.4.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.msu.edu/user/pfaffben/avl/ COMMENT= Library for manipulation of balanced binary trees GNU_CONFIGURE= YES -INFO_FILES= avl.info +INFO_FILES= # PLIST # The text and html files documentation are not installed so just touch # them and makeinfo and texi2html are not needed at build time. diff --git a/devel/avl/PLIST b/devel/avl/PLIST index ea2abdc7628..943fd9dac8e 100644 --- a/devel/avl/PLIST +++ b/devel/avl/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/26 21:54:27 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/03/30 03:44:42 jlam Exp $ include/avl.h include/avlt.h include/avltr.h include/rb.h +info/avl.info lib/libavl.a |