svn commit: r442121 - head/net/spread

Baptiste Daroussin bapt at FreeBSD.org
Tue May 30 20:34:57 UTC 2017


Author: bapt
Date: Tue May 30 20:34:55 2017
New Revision: 442121
URL: https://svnweb.freebsd.org/changeset/ports/442121

Log:
  Update the comment to better explain the problem with the way
  the configure script lookup for nroff

Modified:
  head/net/spread/Makefile

Modified: head/net/spread/Makefile
==============================================================================
--- head/net/spread/Makefile	Tue May 30 20:32:05 2017	(r442120)
+++ head/net/spread/Makefile	Tue May 30 20:34:55 2017	(r442121)
@@ -32,8 +32,8 @@ PKGMESSAGE=	${WRKSRC}/license.txt
 PORTDOCS=	Readme.txt LICENSE
 HEADERFILES=	sp_func.h sp_func.h sp_events.h
 
-# The groff port does not install a "nroff binary" force configure to use
-# 'groff' directly
+# The configure script fails to find nroff in LOCALBASE, but works fine if
+# 'groff' is used directly
 
 CONFIGURE_ENV+=	ac_cv_path_NROFF=groff
 # bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together.


More information about the svn-ports-all mailing list