diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-14 01:23:22 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-14 17:11:28 +0000 |
commit | 9d3df6eb72fefcd90093cfe84e65ca6b540f5aa2 (patch) | |
tree | f421dfcccfd0c45590aafb027913673b2e25f322 | |
parent | 57c388a42324aa0b29ea017458afb9bd4e06472f (diff) | |
download | ports-9d3df6eb72fefcd90093cfe84e65ca6b540f5aa2.tar.gz ports-9d3df6eb72fefcd90093cfe84e65ca6b540f5aa2.zip |
graphics/opencolorio-tools: Fix plist
Fix plist and don't install any .cmake files
Approved by: portmgr (blanket, build fix)
-rw-r--r-- | graphics/opencolorio-tools/Makefile | 2 | ||||
-rw-r--r-- | graphics/opencolorio/Makefile | 3 | ||||
-rw-r--r-- | graphics/opencolorio/pkg-plist-tools | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/graphics/opencolorio-tools/Makefile b/graphics/opencolorio-tools/Makefile index 6db12e7be1ea..814408902f33 100644 --- a/graphics/opencolorio-tools/Makefile +++ b/graphics/opencolorio-tools/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= -tools COMMENT= Tools to work with OpenColorIO profiles diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile index c1fee9f1e252..0055118d3e76 100644 --- a/graphics/opencolorio/Makefile +++ b/graphics/opencolorio/Makefile @@ -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} diff --git a/graphics/opencolorio/pkg-plist-tools b/graphics/opencolorio/pkg-plist-tools index 8cd85e818959..697f160c7792 100644 --- a/graphics/opencolorio/pkg-plist-tools +++ b/graphics/opencolorio/pkg-plist-tools @@ -1,3 +1,4 @@ +bin/ocioarchive bin/ociobakelut bin/ociocheck bin/ocioconvert |