summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-11-27 09:54:02 +0000
committerru <ru@FreeBSD.org>2001-11-27 09:54:02 +0000
commitce68efb1de6579c249ab8ea294e19243002f9d44 (patch)
tree9499ad1ac98731f63c56346c7e092e94795c29b1 /usr.bin/tip
parented1267af935476fb768bfcb94117dfb134ef43c4 (diff)
downloadFreeBSD-src-ce68efb1de6579c249ab8ea294e19243002f9d44.zip
FreeBSD-src-ce68efb1de6579c249ab8ea294e19243002f9d44.tar.gz
${BINDIR} already has the leading slash.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r--usr.bin/tip/tip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile
index fb2bf93..ec0ba0f 100644
--- a/usr.bin/tip/tip/Makefile
+++ b/usr.bin/tip/tip/Makefile
@@ -34,6 +34,6 @@ BINGRP= dialer
# Dirty, rotten hack. This can be removed when we are confident that there
# is no cu(1) with the schg-bit set.
beforeinstall:
- -@chflags noschg ${DESTDIR}/${BINDIR}/cu
+ -@chflags noschg ${DESTDIR}${BINDIR}/cu
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud