summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.info.mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-03 15:14:45 +0000
committerbde <bde@FreeBSD.org>1996-09-03 15:14:45 +0000
commitf604ccac59c97e892c1ffe97f9ab4176f802d91f (patch)
tree07b0f58154314653cee1b73156d44ce8f37f7d06 /share/mk/bsd.info.mk
parent50b00557e0e9c28f33049efc6de6d4e2961940c5 (diff)
downloadFreeBSD-src-f604ccac59c97e892c1ffe97f9ab4176f802d91f.zip
FreeBSD-src-f604ccac59c97e892c1ffe97f9ab4176f802d91f.tar.gz
BSD.usr.dist:
Added forgotten share/doc/psd/05.sysman and share/zoneinfo/America/Indiana. bsd.doc.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. The doc tree should be well enough established for this to be safe. Installs to directories should use a trailing slash on the directory name so installs to non-drectories are fatal, but I didn't start changing them. bsd.man.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. They were overkill to create just /usr/share/info. zoneinfo/Makefile: No changes yet. zic creates directories with ordinary 755 permissions. Why do we use 555 permissions for directories in /usr/share/zoninfo. Why not for zoneinfo itself? /proc and /dev/fd are the only other directories in the system with 555 permissions.
Diffstat (limited to 'share/mk/bsd.info.mk')
-rw-r--r--share/mk/bsd.info.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index a6b0324..06809e9 100644
--- a/share/mk/bsd.info.mk
+++ b/share/mk/bsd.info.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.info.mk,v 1.17 1996/03/07 23:39:45 wosch Exp $
+# $Id: bsd.info.mk,v 1.18 1996/06/24 04:23:58 jkh Exp $
BINMODE= 444
BINDIR?= /usr/share/info
@@ -53,14 +53,6 @@ clean: _SUBDIR
rm -f ${INFO:S/$/.info*/g} Errs errs mklog ${CLEANFILES}
install: _SUBDIR
- @if [ ! -d "${DESTDIR}${BINDIR}" ]; then \
- /bin/rm -f ${DESTDIR}${BINDIR} ; \
- mkdir -p ${DESTDIR}${BINDIR} ; \
- chown root.wheel ${DESTDIR}${BINDIR} ; \
- chmod 755 ${DESTDIR}${BINDIR} ; \
- else \
- true ; \
- fi
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${IFILES} ${DESTDIR}${BINDIR}
OpenPOWER on IntegriCloud