Disable the man2html stuff completely.
PR: ports/153532 Reported by: Charlie Kester <corky1951@comcast.net>
This commit is contained in:
parent
63a8a93a5c
commit
18a640f0e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267237
1 changed files with 3 additions and 2 deletions
|
@ -59,8 +59,9 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \
|
||||
${WRKSRC}/dbus/Makefile.in \
|
||||
${WRKSRC}/tools/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|THREAD_LIBS -lrt|THREAD_LIBS|g' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|THREAD_LIBS -lrt|THREAD_LIBS|g ; \
|
||||
s|dummy man2html|dummy man2html_disable|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.if !defined(DBUS_SLAVE)
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue