[Bug 235701] security/py-certbot: Add man page

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 13 15:20:48 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235701

--- Comment #9 from Tobias Kortkamp <tobik at freebsd.org> ---
(In reply to Tobias Kortkamp from comment #8)
> 5. gmake is not declared as a build dependency, so this will probably fail:

Ah, nevermind. I see now that there is MAN_USES=gmake. In which case

+       ${LOCALBASE}/bin/gmake -C ${WRKSRC}/docs man

can be

+       ${DO_MAKE_BUILD} -C ${WRKSRC}/docs man

to not ignore MAKE_{ARGS,ENV,FLAGS}, etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list