Skip to content

Commit

Permalink
graphics/opencolorio-tools: Fix plist
Browse files Browse the repository at this point in the history
Fix plist and don't install any .cmake files

Approved by:	portmgr (blanket, build fix)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 14, 2023
1 parent 57c388a commit 9d3df6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/opencolorio-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORTREVISION= 3
PORTREVISION= 4
PKGNAMESUFFIX= -tools

COMMENT= Tools to work with OpenColorIO profiles
Expand Down
3 changes: 3 additions & 0 deletions graphics/opencolorio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 1 addition & 0 deletions graphics/opencolorio/pkg-plist-tools
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bin/ocioarchive
bin/ociobakelut
bin/ociocheck
bin/ocioconvert
Expand Down

0 comments on commit 9d3df6e

Please sign in to comment.