svn commit: r370505 - head/devel/tbb
Ganael LAPLANCHE
martymac at FreeBSD.org
Thu Oct 9 06:42:02 UTC 2014
Author: martymac
Date: Thu Oct 9 06:42:01 2014
New Revision: 370505
URL: https://svnweb.freebsd.org/changeset/ports/370505
QAT: https://qat.redports.org/buildarchive/r370505/
Log:
- Add a DOCS option to install documentation [1]
- Remove deprecated @dirrm
PR: 194216 [1]
Submitted by: gahr [1]
Modified:
head/devel/tbb/Makefile
head/devel/tbb/pkg-plist
Modified: head/devel/tbb/Makefile
==============================================================================
--- head/devel/tbb/Makefile Thu Oct 9 06:28:14 2014 (r370504)
+++ head/devel/tbb/Makefile Thu Oct 9 06:42:01 2014 (r370505)
@@ -3,6 +3,7 @@
PORTNAME= tbb
PORTVERSION= 4.3.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://threadingbuildingblocks.org/sites/default/files/software_releases/source/ \
LOCAL/martymac
@@ -13,6 +14,9 @@ COMMENT= Library that provides thread bu
LICENSE= GPLv2
+OPTIONS_DEFINE= DOCS
+PORTDOCS= *
+
ONLY_FOR_ARCHS= amd64 i386 ia64
ONLY_FOR_ARCHS_REASON= has not been ported to this platform
@@ -50,5 +54,7 @@ do-install:
${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so; \
${MKDIR} ${STAGEDIR}${PREFIX}/include/tbb/; \
cd include/tbb/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/tbb/
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
Modified: head/devel/tbb/pkg-plist
==============================================================================
--- head/devel/tbb/pkg-plist Thu Oct 9 06:28:14 2014 (r370504)
+++ head/devel/tbb/pkg-plist Thu Oct 9 06:42:01 2014 (r370505)
@@ -99,7 +99,3 @@ lib/libtbb.so
lib/libtbb.so.4
lib/libtbbmalloc.so
lib/libtbbmalloc.so.4
- at dirrm include/tbb/internal
- at dirrm include/tbb/machine
- at dirrm include/tbb/compat
- at dirrm include/tbb
More information about the svn-ports-head
mailing list