Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2019 15:20:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 235701] security/py-certbot: Add man page
Message-ID:  <bug-235701-21822-y1fUIqiBxC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235701-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235701-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235701

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

Ah, nevermind. I see now that there is MAN_USES=3Dgmake. 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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235701-21822-y1fUIqiBxC>