aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tput
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tput')
-rw-r--r--usr.bin/tput/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile
index 45d369f88010..441305c15fb7 100644
--- a/usr.bin/tput/Makefile
+++ b/usr.bin/tput/Makefile
@@ -7,6 +7,6 @@ MLINKS= tput.1 clear.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear
+ ${.CURDIR}/clear.sh ${DESTDIR}${BINDIR}/clear
.include <bsd.prog.mk>