Convert to USE_NEW_TEXINFO.
Plug the need for makeinfo.
This commit is contained in:
parent
872548dbae
commit
9b673189fc
2 changed files with 9 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue