mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
3 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
PKGNAMESUFFIX= -tools
|
PKGNAMESUFFIX= -tools
|
||||||
|
|
||||||
COMMENT= Tools to work with OpenColorIO profiles
|
COMMENT= Tools to work with OpenColorIO profiles
|
||||||
|
|
|
@ -116,6 +116,9 @@ post-install:
|
||||||
.if !defined(OCIO_SLAVE) || (defined(OCIO_SLAVE) && ${OCIO_SLAVE} != pymodule)
|
.if !defined(OCIO_SLAVE) || (defined(OCIO_SLAVE) && ${OCIO_SLAVE} != pymodule)
|
||||||
@cd ${STAGEDIR}${PREFIX} && ${RM} -r lib/libOpenColorIO*.a lib/python*
|
@cd ${STAGEDIR}${PREFIX} && ${RM} -r lib/libOpenColorIO*.a lib/python*
|
||||||
.endif
|
.endif
|
||||||
|
.if defined(OCIO_SLAVE) && ${OCIO_SLAVE} == tools
|
||||||
|
${RM} -r ${STAGEDIR}${PREFIX}/share/OpenColorIO
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install-DOCS-on:
|
post-install-DOCS-on:
|
||||||
@cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} OpenColorIO ${PKGNAMEPREFIX}${PORTNAME}
|
@cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} OpenColorIO ${PKGNAMEPREFIX}${PORTNAME}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
bin/ocioarchive
|
||||||
bin/ociobakelut
|
bin/ociobakelut
|
||||||
bin/ociocheck
|
bin/ociocheck
|
||||||
bin/ocioconvert
|
bin/ocioconvert
|
||||||
|
|
Loading…
Add table
Reference in a new issue