git: 209080ebc410 - main - astro/kosmorro: Fix PLIST issue with py-poetry-core 2.0.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:10:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=209080ebc410ba3396572d2e78cd1152f6e3985f commit 209080ebc410ba3396572d2e78cd1152f6e3985f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:39:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:28 +0000 astro/kosmorro: Fix PLIST issue with py-poetry-core 2.0.0+ ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%PYTHON_SITELIBDIR%%/CHANGELOG.md ===> Error: Plist issues found. *** Error code 1 Approved by: portmgr (blanket) With hat: python --- astro/kosmorro/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile index 7f55acba7bd6..0c062dd0dfae 100644 --- a/astro/kosmorro/Makefile +++ b/astro/kosmorro/Makefile @@ -39,4 +39,7 @@ PDF_RUN_DEPENDS=pdflatex:print/tex-formats NO_ARCH= yes +post-install: + @${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${STAGEDIR}${PYTHON_SITELIBDIR}/ + .include <bsd.port.mk>