pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libavl Remove info files entries from PLIST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5026f4f3872
branches:  trunk
changeset: 468709:c5026f4f3872
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Feb 16 10:30:29 2004 +0000

description:
Remove info files entries from PLIST.

Also prevent run of texi2html.

diffstat:

 devel/libavl/Makefile |  8 ++++----
 devel/libavl/PLIST    |  3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 77db976b44f1 -r c5026f4f3872 devel/libavl/Makefile
--- a/devel/libavl/Makefile     Mon Feb 16 10:25:21 2004 +0000
+++ b/devel/libavl/Makefile     Mon Feb 16 10:30:29 2004 +0000
@@ -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 @@
 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 -r 77db976b44f1 -r c5026f4f3872 devel/libavl/PLIST
--- a/devel/libavl/PLIST        Mon Feb 16 10:25:21 2004 +0000
+++ b/devel/libavl/PLIST        Mon Feb 16 10:30:29 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index