Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2016 13:09:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r307770 - stable/11
Message-ID:  <201610221309.u9MD9U3a035991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct 22 13:09:30 2016
New Revision: 307770
URL: https://svnweb.freebsd.org/changeset/base/307770

Log:
  MFC: 306864,307648
  
  Groff is needed only if MK_GROFF and MK_SHAREDOCS are both true.

Modified:
  stable/11/Makefile.inc1

Modified: stable/11/Makefile.inc1
==============================================================================
--- stable/11/Makefile.inc1	Sat Oct 22 11:26:22 2016	(r307769)
+++ stable/11/Makefile.inc1	Sat Oct 22 13:09:30 2016	(r307770)
@@ -1570,7 +1570,7 @@ _strfile=	usr.bin/fortune/strfile
 _gperf=		gnu/usr.bin/gperf
 .endif
 
-.if ${MK_GROFF} != "no"
+.if ${MK_SHAREDOCS} != "no" && ${MK_GROFF} != "no"
 _groff=		gnu/usr.bin/groff \
 		usr.bin/soelim
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610221309.u9MD9U3a035991>