diff options
author | adam <adam> | 2015-08-14 07:54:04 +0000 |
---|---|---|
committer | adam <adam> | 2015-08-14 07:54:04 +0000 |
commit | ef880966741d44ba24ee606fdc0724528eace6ec (patch) | |
tree | 68530770a7bffd2875367b4aa7ba907d82f345be /devel/boost-docs | |
parent | 5e25f60e3c2719ff1d453a2c0d503acb336b5343 (diff) | |
download | pkgsrc-ef880966741d44ba24ee606fdc0724528eace6ec.tar.gz |
Changes 1.59.0:
New Libraries
Convert:
An extendible and configurable type-conversion framework, from Vladimir Batov.
Coroutine2:
(C++14) Coroutine library, from Oliver Kowalke.
Updated Libraries...
Diffstat (limited to 'devel/boost-docs')
-rw-r--r-- | devel/boost-docs/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/devel/boost-docs/Makefile b/devel/boost-docs/Makefile index d865798598b..4a7e5b6bdcc 100644 --- a/devel/boost-docs/Makefile +++ b/devel/boost-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/08/13 10:56:35 adam Exp $ +# $NetBSD: Makefile,v 1.14 2015/08/14 07:54:04 adam Exp $ BOOST_PACKAGE= docs BOOST_COMMENT= (documentation) @@ -14,6 +14,17 @@ NO_BUILD= yes PLIST_SRC= PLIST ${WRKDIR}/PLIST.auto +SUBST_CLASSES+= appendix +SUBST_STAGE.appendix= post-extract +SUBST_MESSAGE.appendix= Fixing links to file with a long name with spaces. +SUBST_FILES.appendix= libs/preprocessor/doc/contents.html +SUBST_FILES.appendix+= libs/preprocessor/doc/title.html +SUBST_SED.appendix= -e 's,Appendix%20A%20%C2%A0%20An%20Introduction%20to%20Preprocessor%20Metaprogramming.html,appendix.html,g' + +post-extract: + cd ${WRKSRC}/libs/preprocessor/doc && \ + mv 'Appendix A An Introduction to Preprocessor Metaprogramming.html' appendix.html + do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR} cd ${WRKSRC} && pax -rw -pm \ |