1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

graphics/opencolorio-tools: Fix plist

Fix plist and don't install any .cmake files

Approved by:	portmgr (blanket, build fix)
This commit is contained in:
Daniel Engberg 2023-10-14 03:23:22 +02:00
parent 57c388a423
commit 9d3df6eb72
3 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
PORTREVISION= 3
PORTREVISION= 4
PKGNAMESUFFIX= -tools
COMMENT= Tools to work with OpenColorIO profiles

View File

@ -116,6 +116,9 @@ post-install:
.if !defined(OCIO_SLAVE) || (defined(OCIO_SLAVE) && ${OCIO_SLAVE} != pymodule)
@cd ${STAGEDIR}${PREFIX} && ${RM} -r lib/libOpenColorIO*.a lib/python*
.endif
.if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools
${RM} -r ${STAGEDIR}${PREFIX}/share/OpenColorIO
.endif
post-install-DOCS-on:
@cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} OpenColorIO ${PKGNAMEPREFIX}${PORTNAME}

View File

@ -1,3 +1,4 @@
bin/ocioarchive
bin/ociobakelut
bin/ociocheck
bin/ocioconvert