From f29130132804cb4cebc0f7f420dec8ab2815a773 Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 15 Sep 2004 18:41:03 +0000 Subject: [PATCH] new plist, install documentation along with the rest. --- textproc/expat/Makefile | 12 +++++++++++- textproc/expat/pkg/PFRAG.shared | 5 ++--- textproc/expat/pkg/PLIST | 11 +++++++++-- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index e525456e858..9e9c2b3246b 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2004/08/04 16:12:14 naddy Exp $ +# $OpenBSD: Makefile,v 1.22 2004/09/15 18:41:03 espie Exp $ # $FreeBSD: Makefile,v 1.2 1999/08/31 02:09:14 peter Exp $ COMMENT= "XML 1.0 parser written in C" @@ -19,6 +19,16 @@ PERMIT_DISTFILES_FTP= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} +NO_REGRESS=Yes MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/conftools +DOC=${PREFIX}/share/doc/expat +EXAMPLES=${PREFIX}/share/examples/expat + +SEPARATE_BUILD=simple +post-install: + ${INSTALL_DATA_DIR} ${DOC} ${EXAMPLES} + ${INSTALL_DATA} ${WRKDIST}/doc/{reference.html,style.css,valid-xhtml10.png} ${DOC} + ${INSTALL_DATA} ${WRKDIST}/examples/{elements.c,outline.c} ${EXAMPLES} + .include diff --git a/textproc/expat/pkg/PFRAG.shared b/textproc/expat/pkg/PFRAG.shared index 6aaef70d7f9..31ac0a9b5bd 100644 --- a/textproc/expat/pkg/PFRAG.shared +++ b/textproc/expat/pkg/PFRAG.shared @@ -1,3 +1,2 @@ -@comment $OpenBSD: PFRAG.shared,v 1.4 2003/10/17 23:20:50 brad Exp $ -lib/libexpat.so.4.0 -DYNLIBDIR(%B) +@comment $OpenBSD: PFRAG.shared,v 1.5 2004/09/15 18:41:03 espie Exp $ +@lib lib/libexpat.so.4.0 diff --git a/textproc/expat/pkg/PLIST b/textproc/expat/pkg/PLIST index e3b95c802df..44924fc2610 100644 --- a/textproc/expat/pkg/PLIST +++ b/textproc/expat/pkg/PLIST @@ -1,7 +1,14 @@ -@comment $OpenBSD: PLIST,v 1.5 2002/08/05 01:14:29 brad Exp $ +@comment $OpenBSD: PLIST,v 1.6 2004/09/15 18:41:03 espie Exp $ bin/xmlwf include/expat.h lib/libexpat.a lib/libexpat.la +@man man/man1/xmlwf.1 +share/doc/expat/ +share/doc/expat/reference.html +share/doc/expat/style.css +share/doc/expat/valid-xhtml10.png +share/examples/expat/ +share/examples/expat/elements.c +share/examples/expat/outline.c %%SHARED%% -man/man1/xmlwf.1