aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralt2600@icloud.com <alt2600@icloud.com>2024-03-23 13:49:25 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-23 13:49:53 +0000
commitd467c3bae457e6fb347a0b3a36a96aed3e9a158f (patch)
tree63029eec2492fa7f0969f9dfb1ac40306f4aee30
parent3b128ff9f74b28ada2f475f0b816480b1550e5b8 (diff)
downloadports-d467c3bae457e6fb347a0b3a36a96aed3e9a158f.tar.gz
ports-d467c3bae457e6fb347a0b3a36a96aed3e9a158f.zip
devel/pydbus-common: Fix build with HTMLDOCS=yes
PR: 266285
-rw-r--r--devel/pydbus-common/Makefile2
1 files changed, 1 insertions, 1 deletions
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