svn commit: r528542 - head/Mk/Uses

Mathieu Arnold mat at freebsd.org
Mon Mar 16 20:06:09 UTC 2020


On Mon, Mar 16, 2020 at 07:59:27PM +0000, Gleb Popov wrote:
> Author: arrowd
> Date: Mon Mar 16 19:59:27 2020
> New Revision: 528542
> URL: https://svnweb.freebsd.org/changeset/ports/528542
> 
> Log:
>   Mk/Uses/cabal.mk: Wrap *.cabal argument in ticks.

Why?

> Modified:
>   head/Mk/Uses/cabal.mk
> 
> Modified: head/Mk/Uses/cabal.mk
> ==============================================================================
> --- head/Mk/Uses/cabal.mk	Mon Mar 16 19:57:41 2020	(r528541)
> +++ head/Mk/Uses/cabal.mk	Mon Mar 16 19:59:27 2020	(r528542)
> @@ -141,7 +141,7 @@ make-use-cabal-revs:
>  cabal-post-extract:
>  .    for package in ${_use_cabal}
>  .      if ${package:C/[^_]*//:S/_//} != ""
> -		cp ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/revision/${package:C/[^_]*//:S/_//}.cabal `find ${WRKDIR}/${package:C/_[0-9]+//} -name *.cabal -depth 1`
> +		cp ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/revision/${package:C/[^_]*//:S/_//}.cabal `find ${WRKDIR}/${package:C/_[0-9]+//} -name '*.cabal' -depth 1`
>  .      endif
>  	cd ${WRKDIR} && \
>  		mv ${package:C/_[0-9]+//} ${WRKSRC}/
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20200316/cba31db0/attachment-0001.sig>


More information about the svn-ports-head mailing list