summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-04-17 19:24:50 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-04-17 19:24:50 +0000
commit5234ecc157e4c2f329e29d5aea8cd2d9ca8f4199 (patch)
tree6657de5e6d91359be584293b4a991d2836bdd8bd /usr.sbin/pcvt
parente7dcc3178dac720470adf37e07b320a8600fb0ce (diff)
downloadFreeBSD-src-5234ecc157e4c2f329e29d5aea8cd2d9ca8f4199.zip
FreeBSD-src-5234ecc157e4c2f329e29d5aea8cd2d9ca8f4199.tar.gz
Add 4 missing ${DESTDIR}'s, this is another Makefile that needs rewritten.
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/keycap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pcvt/keycap/Makefile b/usr.sbin/pcvt/keycap/Makefile
index e151ab9..ceba448 100644
--- a/usr.sbin/pcvt/keycap/Makefile
+++ b/usr.sbin/pcvt/keycap/Makefile
@@ -23,9 +23,9 @@ MAN5 = man5/keycap.${MAN5EXT}
beforeinstall:
@if [ ! -d ${LIBDIR} ]; then mkdir ${LIBDIR};fi
@echo "Saving old keycap database"
- -mv -f ${CAPPATH} ${CAPPATH}.BAK
+ -mv -f ${DESTDIR}${CAPPATH} ${DESTDIR}${CAPPATH}.BAK
install -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
- ${.CURDIR}/${KEYCAPSRC} ${CAPPATH}
+ ${.CURDIR}/${KEYCAPSRC} ${DESTDIR}${CAPPATH}
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud