svn commit: r446670 - head/ftp/wget

Mathieu Arnold mat at FreeBSD.org
Thu Jul 27 08:53:07 UTC 2017


Le 26/07/2017 à 20:14, Vasil Dimov a écrit :
> 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

Unless the build was failing, you also need to bump PORTREVISION so that
packages get regenerated with the correct content.


> 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
>  
>
>

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170727/9ee8cfa6/attachment.sig>


More information about the svn-ports-all mailing list