summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/fonts
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-17 12:31:58 +0000
committerbde <bde@FreeBSD.org>1997-12-17 12:31:58 +0000
commit50f2ef68064c400490cf2b01b3b812cb9cb362c9 (patch)
tree78644f65f63606c61bda496740c80c3016329f87 /usr.sbin/pcvt/fonts
parent5ea6574bbd71513ea1cbb821781f8504b2f0f2b4 (diff)
downloadFreeBSD-src-50f2ef68064c400490cf2b01b3b812cb9cb362c9.zip
FreeBSD-src-50f2ef68064c400490cf2b01b3b812cb9cb362c9.tar.gz
Use the default LIBOWN, etc. instead of clobbering the defaults to bin,
etc., so that (this part of) `LIBOWN=... make world' can be run by users other than root. Actually, BINOWN instead of LIBOWN, since fonts are not libraries. Only one owner of (non-setuid) installed files is really supported.
Diffstat (limited to 'usr.sbin/pcvt/fonts')
-rw-r--r--usr.sbin/pcvt/fonts/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/pcvt/fonts/Makefile b/usr.sbin/pcvt/fonts/Makefile
index 9d9bf50..d21f8ed 100644
--- a/usr.sbin/pcvt/fonts/Makefile
+++ b/usr.sbin/pcvt/fonts/Makefile
@@ -15,9 +15,6 @@ error:
FONTS = vt220l.814 vt220h.814 vt220l.808 vt220h.808 \
vt220l.816 vt220h.816 vt220l.810 vt220h.810
-LIBMODE = 644
-LIBOWN = bin
-LIBGRP = bin
CLEANFILES= ${FONTS}
all: $(FONTS)
@@ -26,7 +23,7 @@ install: ${FONTS}
@if [ ! -d ${DESTDIR}${FONTDIR} ]; then mkdir ${DESTDIR}${FONTDIR};fi
@for i in ${FONTS}; do \
${ECHO} "installing font $$i into ${DESTDIR}${FONTDIR}"; \
- ${INSTALL} ${COPY} -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
$$i ${DESTDIR}${FONTDIR}; \
done
OpenPOWER on IntegriCloud