diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-10-22 15:53:40 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-10-22 15:53:40 +0000 |
commit | b04c8ee04ab572e2ad19afeb79668fb8003d32d5 (patch) | |
tree | 8207bfa9a9cc53bd9d84dd9eb900c5586fc91bad /share/man/man5 | |
parent | 259d41297fceabc5b0bc6f3bc0935b222d508df9 (diff) |
document USE_GROFF
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 71361b8a5ef..024b27fa4ba 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.265 2010/10/04 16:04:27 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.266 2010/10/22 15:53:39 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 4 2010 $ +.Dd $Mdocdate: October 22 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1990,6 +1990,13 @@ If set to empty, will revert to a file under Set to .Sq Yes if GNU make (${GMAKE}) is needed for correct behavior of this port. +.It Ev USE_GROFF +Set to +.Sq Yes +to use groff to build manpages. +This sets groff as a build dependency, and also tells +.Xr pkg_create 1 +to format manpages behind the scene using groff while building packages. .It Ev USE_LIBTOOL Set to .Sq Yes |