aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJohannes M Dieterich <jmd@FreeBSD.org>2017-04-02 02:31:56 +0000
committerJohannes M Dieterich <jmd@FreeBSD.org>2017-04-02 02:31:56 +0000
commitac7795efd7aa3016e1929b387719738ff12a1b45 (patch)
tree5db501468274f199768b542b96abbe0258880482 /benchmarks
parent3c181cf5f9615e31171905020a9dd8e43655ea9b (diff)
downloadports-ac7795efd7aa3016e1929b387719738ff12a1b45.tar.gz
ports-ac7795efd7aa3016e1929b387719738ff12a1b45.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/flamegraph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/flamegraph/Makefile b/benchmarks/flamegraph/Makefile
index 29a3710cdab5..61ae7d206b14 100644
--- a/benchmarks/flamegraph/Makefile
+++ b/benchmarks/flamegraph/Makefile
@@ -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>