Date: Sat, 23 Mar 2024 13:51:10 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d467c3bae457 - main - devel/pydbus-common: Fix build with HTMLDOCS=yes Message-ID: <202403231351.42NDpA56073762@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=d467c3bae457e6fb347a0b3a36a96aed3e9a158f commit d467c3bae457e6fb347a0b3a36a96aed3e9a158f Author: alt2600@icloud.com <alt2600@icloud.com> AuthorDate: 2024-03-23 13:49:25 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-23 13:49:53 +0000 devel/pydbus-common: Fix build with HTMLDOCS=yes PR: 266285 --- devel/pydbus-common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/pydbus-common/Makefile b/devel/pydbus-common/Makefile index ac0e9a65b347..318ee2c2d900 100644 --- a/devel/pydbus-common/Makefile +++ b/devel/pydbus-common/Makefile @@ -59,7 +59,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} do-install-HTMLDOCS-on: - ${INSTALL_DATA} ${WRKSRC}/doc/_build/*.html ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${STAGEDIR}${DOCSDIR} .else # slave is defined LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231351.42NDpA56073762>