fix installation problem; pointed out by lebel@

This commit is contained in:
kevlo 2002-07-19 02:04:03 +00:00
parent 9cdf9d181f
commit 8e5ef3219f
2 changed files with 2 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2002/05/13 18:50:39 espie Exp $
# $OpenBSD: Makefile,v 1.4 2002/07/19 02:04:03 kevlo Exp $
COMMENT= "library for balanced binary trees"
@ -6,7 +6,6 @@ VERSION= 1.4.0
DISTNAME= avl-${VERSION}
PKGNAME= libavl-${VERSION}
CATEGORIES= devel
NEED_VERSION= 1.454
HOMEPAGE= http://www.msu.edu/user/pfaffben/avl/
@ -21,11 +20,4 @@ MASTER_SITES= ${MASTER_SITE_GNU:=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
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/09/08 06:50:36 kevlo Exp $
@comment $OpenBSD: PLIST,v 1.2 2002/07/19 02:04:05 kevlo Exp $
include/avl.h
include/avlt.h
include/avltr.h
@ -7,5 +7,3 @@ include/rb.h
info/avl.info
@exec install-info --info-dir=%D/info %D/info/avl.info
lib/libavl.a
share/doc/libavl/avl.html
@dirrm share/doc/libavl