diff options
author | rillig <rillig@pkgsrc.org> | 2018-02-18 05:09:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-02-18 05:09:21 +0000 |
commit | 613d229544b16e02f8cba635bff30f5b40811310 (patch) | |
tree | 2df4d5a090a3519798c31168d0a3fe4ba324de43 | |
parent | ce336f543cf219cf2140b7e8e3984116b3e02805 (diff) | |
download | pkgsrc-613d229544b16e02f8cba635bff30f5b40811310.tar.gz |
textproc/expat: move documentation to share/doc/expat
-rw-r--r-- | textproc/expat/Makefile | 5 | ||||
-rw-r--r-- | textproc/expat/PLIST | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 74bf5538ec6..b1ad8a00012 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2017/09/08 07:55:17 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2018/02/18 05:09:21 rillig Exp $ DISTNAME= expat-2.2.4 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/} EXTRACT_SUFX= .tar.bz2 @@ -21,7 +22,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= expat.pc.in -DOCDIR= ${PREFIX}/share/doc/html/expat +DOCDIR= ${PREFIX}/share/doc/expat post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR} diff --git a/textproc/expat/PLIST b/textproc/expat/PLIST index 688d53e9f1a..1a87c5f3b42 100644 --- a/textproc/expat/PLIST +++ b/textproc/expat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2017/09/08 07:55:17 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2018/02/18 05:09:21 rillig Exp $ bin/xmlwf include/expat.h include/expat_config.h @@ -8,5 +8,5 @@ lib/pkgconfig/expat.pc man/man1/xmlwf.1 share/doc/expat/AUTHORS share/doc/expat/changelog -share/doc/html/expat/reference.html -share/doc/html/expat/style.css +share/doc/expat/reference.html +share/doc/expat/style.css |