math/qhull: Fix stage-qa after 6db564e9a1

====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/cmake/Qhull/QhullTargets-%%CMAKE_BUILD_TYPE%%.cmake
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/math/qhull
=>> Error: check-plist failures detected

Approved by:	portmgr (blanket)
This commit is contained in:
Po-Chuan Hsieh 2021-10-25 23:16:31 +08:00
parent a0ad0ae3ee
commit e1c2ac2fef
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -27,4 +27,7 @@ PORTDOCS= *
DOCS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt
post-install:
${RM} ${STAGEDIR}${PREFIX}/lib/cmake/Qhull/QhullTargets-${CMAKE_BUILD_TYPE:tl}.cmake
.include <bsd.port.mk>