svn commit: r446670 - head/ftp/wget

Vasil Dimov vd at FreeBSD.org
Wed Jul 26 18:14:24 UTC 2017


Author: vd
Date: Wed Jul 26 18:14:22 2017
New Revision: 446670
URL: https://svnweb.freebsd.org/changeset/ports/446670

Log:
  ftp/wget: Enforce rebuilding of the info page
  
  MAKEINFO must be defined in the configure environment in order for the
  info page to be rebuilt.
  
  Submitted by:	jkim

Modified:
  head/ftp/wget/Makefile

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Wed Jul 26 18:05:40 2017	(r446669)
+++ head/ftp/wget/Makefile	Wed Jul 26 18:14:22 2017	(r446670)
@@ -27,6 +27,7 @@ OPTIONS_DEFINE=	DOCS IDN IPV6 MANPAGES METALINK NLS PC
 OPTIONS_DEFAULT=DOCS IDN IPV6 MANPAGES NLS OPENSSL
 
 DOCS_DESC=	Install info page
+DOCS_CONFIGURE_ENV=	MAKEINFO=makeinfo
 DOCS_INFO=	wget
 DOCS_USES=	makeinfo
 


More information about the svn-ports-all mailing list