install the html documentation, bump version to 1.95.1nb1
This commit is contained in:
parent
5f07efa17d
commit
63aee661c5
2 changed files with 13 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/03/07 12:13:04 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2001/05/15 10:07:17 dillo Exp $
|
||||
#
|
||||
|
||||
DISTNAME= expat-1.95.1
|
||||
PKGNAME= expat-1.95.1nb1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/}
|
||||
|
||||
|
@ -13,4 +14,11 @@ GNU_CONFIGURE= YES
|
|||
USE_LIBTOOL= yes
|
||||
LTCONFIG_OVERRIDE= ${WRKSRC}/conftools/ltconfig
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/html/expat
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/reference.html ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/style.css ${DOCDIR}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/07 12:13:04 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2001/05/15 10:07:18 dillo Exp $
|
||||
include/expat.h
|
||||
lib/libexpat.a
|
||||
lib/libexpat.la
|
||||
lib/libexpat.so
|
||||
lib/libexpat.so.0
|
||||
lib/libexpat.so.0.1
|
||||
share/doc/html/expat/reference.html
|
||||
share/doc/html/expat/style.css
|
||||
@dirrm share/doc/html/expat
|
||||
|
|
Loading…
Reference in a new issue