git: b4c952b5ddfd - main - math/muparser: Fix pkg-plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Nov 2023 23:45:45 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4c952b5ddfd12f2e25acab198f22584f5264b06 commit b4c952b5ddfd12f2e25acab198f22584f5264b06 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-11-09 23:41:03 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-11-09 23:41:03 +0000 math/muparser: Fix pkg-plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/cmake/muparser/muparser-targets-%%CMAKE_BUILD_TYPE%%.cmake Error: Orphaned: lib/cmake/muparser/muparser-targets.cmake Error: Orphaned: lib/cmake/muparser/muparserConfig.cmake Error: Orphaned: lib/cmake/muparser/muparserConfigVersion.cmake Approved by: portmgr (blanket) --- math/muparser/pkg-plist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/math/muparser/pkg-plist b/math/muparser/pkg-plist index e63e7b1374a4..7c876b85c99a 100644 --- a/math/muparser/pkg-plist +++ b/math/muparser/pkg-plist @@ -11,6 +11,10 @@ include/muParserTemplateMagic.h include/muParserTest.h include/muParserToken.h include/muParserTokenReader.h +lib/cmake/muparser/muparser-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/muparser/muparser-targets.cmake +lib/cmake/muparser/muparserConfig.cmake +lib/cmake/muparser/muparserConfigVersion.cmake lib/libmuparser.so lib/libmuparser.so.2 lib/libmuparser.so.%%MUPARSER_VERSION%%