diff options
author | wosch <wosch@FreeBSD.org> | 1997-02-02 14:41:43 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-02-02 14:41:43 +0000 |
commit | 55fe02abd1e6d1f1719db10cb7f460a7c2567394 (patch) | |
tree | d573e5132a7de51ec874032d8d4f98d35f0b9108 /usr.bin/tput | |
parent | a3a6062c6d70ab3aa091e53e41b44505861fe605 (diff) | |
download | FreeBSD-src-55fe02abd1e6d1f1719db10cb7f460a7c2567394.zip FreeBSD-src-55fe02abd1e6d1f1719db10cb7f460a7c2567394.tar.gz |
${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}
Diffstat (limited to 'usr.bin/tput')
-rw-r--r-- | usr.bin/tput/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 45d369f..441305c 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> |