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:
parent
57c388a423
commit
9d3df6eb72
@ -1,4 +1,4 @@
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PKGNAMESUFFIX= -tools
|
||||
|
||||
COMMENT= Tools to work with OpenColorIO profiles
|
||||
|
@ -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}
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/ocioarchive
|
||||
bin/ociobakelut
|
||||
bin/ociocheck
|
||||
bin/ocioconvert
|
||||
|
Loading…
Reference in New Issue
Block a user