aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/radreport/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/radreport/Makefile b/net/radreport/Makefile
index d078c6b86a65..c34d8ceec331 100644
--- a/net/radreport/Makefile
+++ b/net/radreport/Makefile
@@ -22,6 +22,6 @@ do-extract:
@for i in $(DISTFILES); do ${CP} ${DISTDIR}/$$i ${WRKDIR}; done
do-install:
- @${INSTALL_DATA} ${WRKDIR}/radreport ${PREFIX}/bin
+ @${INSTALL_SCRIPT} ${WRKDIR}/radreport ${PREFIX}/bin
.include <bsd.port.mk>