mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/pydbus-common: Fix build with HTMLDOCS=yes
PR: 266285
This commit is contained in:
parent
3b128ff9f7
commit
d467c3bae4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue