svn commit: r437516 - head/benchmarks/flamegraph

Mathieu Arnold mat at mat.cc
Sun Apr 2 08:52:01 UTC 2017


Le 02/04/2017 à 04:31, Johannes M Dieterich a écrit :
> Author: jmd
> Date: Sun Apr  2 02:31:56 2017
> New Revision: 437516
> URL: https://svnweb.freebsd.org/changeset/ports/437516
>
> Log:
>   Use INSTALL_SCRIPT to mark installed files as executable.

As the resulting package changed, you must bump PORTREVISION.

>   
>   Reported by:	adamw
>   Reviewed by:	swills (mentor)
>   Approved by:	swills (mentor)
>
> Modified:
>   head/benchmarks/flamegraph/Makefile
>
> Modified: head/benchmarks/flamegraph/Makefile
> ==============================================================================
> --- head/benchmarks/flamegraph/Makefile	Sun Apr  2 02:03:01 2017	(r437515)
> +++ head/benchmarks/flamegraph/Makefile	Sun Apr  2 02:31:56 2017	(r437516)
> @@ -46,7 +46,7 @@ SOURCE_FILES=	aix-perf.pl \
>  
>  do-install:
>  .for FILE in ${SOURCE_FILES}
> -	${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}/${PREFIX}/bin/${FILE}
> +	${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${STAGEDIR}/${PREFIX}/bin/${FILE}
>  .endfor
>  
>  .include <bsd.port.mk>
>
>


-- 
Mathieu Arnold



More information about the svn-ports-head mailing list