Date: Sun, 2 Apr 2017 10:51:56 +0200 From: Mathieu Arnold <mat@mat.cc> To: Johannes M Dieterich <jmd@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437516 - head/benchmarks/flamegraph Message-ID: <30d5359e-48de-cd0d-c2c8-ebc54222c1a3@mat.cc> In-Reply-To: <201704020231.v322Vu7t015416@repo.freebsd.org> References: <201704020231.v322Vu7t015416@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Le 02/04/2017 =C3=A0 04:31, Johannes M Dieterich a =C3=A9crit : > 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. > =20 > Reported by: adamw > Reviewed by: swills (mentor) > Approved by: swills (mentor) > > Modified: > head/benchmarks/flamegraph/Makefile > > Modified: head/benchmarks/flamegraph/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/benchmarks/flamegraph/Makefile Sun Apr 2 02:03:01 2017 (r4375= 15) > +++ head/benchmarks/flamegraph/Makefile Sun Apr 2 02:31:56 2017 (r4375= 16) > @@ -46,7 +46,7 @@ SOURCE_FILES=3D aix-perf.pl \ > =20 > do-install: > .for FILE in ${SOURCE_FILES} > - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}/${PREFIX}/bin/${FILE} > + ${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${STAGEDIR}/${PREFIX}/bin/${FILE} > .endfor > =20 > .include <bsd.port.mk> > > --=20 Mathieu Arnold
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?30d5359e-48de-cd0d-c2c8-ebc54222c1a3>