git: d467c3bae457 - main - devel/pydbus-common: Fix build with HTMLDOCS=yes

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Sat, 23 Mar 2024 13:51:10 UTC
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