diff --git a/devel/libavl/Makefile b/devel/libavl/Makefile index a4ad93599fd..7d15f96e4c0 100644 --- a/devel/libavl/Makefile +++ b/devel/libavl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2001/09/08 06:50:36 kevlo Exp $ +# $OpenBSD: Makefile,v 1.2 2001/10/03 09:51:34 espie Exp $ COMMENT= "library for balanced binary trees" @@ -17,13 +17,14 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -BUILD_DEPENDS= texi2html::textproc/texi2html - MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= avl CONFIGURE_STYLE= gnu +post-build: + cd ${WRKBUILD} && makeinfo --html -o avl.html --ifinfo avl.texinfo + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libavl ${INSTALL_DATA} ${WRKSRC}/avl.html ${PREFIX}/share/doc/libavl