summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-04-17 19:28:45 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-04-17 19:28:45 +0000
commitc21d11ed433776afcd9241a0536a8cf0ae0d2f36 (patch)
tree271bc7e8b3dc527bbb2d17287a7733d0ef94c016 /usr.sbin/pcvt
parent5234ecc157e4c2f329e29d5aea8cd2d9ca8f4199 (diff)
downloadFreeBSD-src-c21d11ed433776afcd9241a0536a8cf0ae0d2f36.zip
FreeBSD-src-c21d11ed433776afcd9241a0536a8cf0ae0d2f36.tar.gz
Missing ${DESTDIR} added 4 places, pcvt's Makefiles are a crock!
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/fonts/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pcvt/fonts/Makefile b/usr.sbin/pcvt/fonts/Makefile
index d707aa8..1bce9e3 100644
--- a/usr.sbin/pcvt/fonts/Makefile
+++ b/usr.sbin/pcvt/fonts/Makefile
@@ -24,11 +24,11 @@ CLEANFILES= ${FONTS}
all: $(FONTS)
install: ${FONTS}
- @if [ ! -d ${FONTDIR} ]; then mkdir ${FONTDIR};fi
+ @if [ ! -d ${DESTDIR}${FONTDIR} ]; then mkdir ${DESTDIR}${FONTDIR};fi
@for i in ${FONTS}; do \
- echo "installing font $$i into ${FONTDIR}"; \
+ echo "installing font $$i into ${DESTDIR}${FONTDIR}"; \
install -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
- $$i ${FONTDIR}; \
+ $$i ${DESTDIR}${FONTDIR}; \
done
clean:
OpenPOWER on IntegriCloud