summaryrefslogtreecommitdiff
path: root/devel/libavl
diff options
context:
space:
mode:
authorseb <seb>2003-06-23 11:18:22 +0000
committerseb <seb>2003-06-23 11:18:22 +0000
commit52173a1ef3c9ab80fb581ccd69c6ea9bd5bc9cce (patch)
treefc374d7debc15fd11e13f84ebd8e0f6860430870 /devel/libavl
parent210dfc7a360ccfd83597a464a064550de93471eb (diff)
downloadpkgsrc-52173a1ef3c9ab80fb581ccd69c6ea9bd5bc9cce.tar.gz
Convert to USE_NEW_TEXINFO.
Plug the need for makeinfo.
Diffstat (limited to 'devel/libavl')
-rw-r--r--devel/libavl/Makefile10
-rw-r--r--devel/libavl/PLIST4
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/libavl/Makefile b/devel/libavl/Makefile
index 8c1ba8fc51a..f99bd8d038a 100644
--- a/devel/libavl/Makefile
+++ b/devel/libavl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/06/02 01:20:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.5 2003/06/23 11:18:22 seb Exp $
#
DISTNAME= avl-1.4.0
@@ -11,6 +11,12 @@ HOMEPAGE= http://www.msu.edu/user/pfaffben/avl/
COMMENT= library for manipulation of balanced binary trees
GNU_CONFIGURE= YES
+USE_NEW_TEXINFO= YES
+INFO_FILES= avl.info
+
+# This text file documentation is not installed so just touch it
+# and makeinfo is not needed at build time.
+pre-build:
+ ${TOUCH} ${WRKSRC}/avl.text
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libavl/PLIST b/devel/libavl/PLIST
index 17f6e00f5d1..0dea192cfca 100644
--- a/devel/libavl/PLIST
+++ b/devel/libavl/PLIST
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:13 seb Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/06/23 11:18:23 seb Exp $
include/avl.h
include/avlt.h
include/avltr.h
include/rb.h
-@unexec ${INSTALL_INFO} --delete %D/info/avl.info %D/info/dir
info/avl.info
-@exec ${INSTALL_INFO} %D/info/avl.info %D/info/dir
lib/libavl.a