svn commit: r437516 - head/benchmarks/flamegraph

Johannes M Dieterich jmd at FreeBSD.org
Sun Apr 2 02:31:57 UTC 2017


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


More information about the svn-ports-head mailing list