summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-09-11 14:27:11 +0000
committerru <ru@FreeBSD.org>2001-09-11 14:27:11 +0000
commit85e4b9102892a976438dccfcc264deee2b0f0a29 (patch)
treec1b2ad22d7b0c58e4dfe9d2eef4bb1551022ea83 /share/zoneinfo
parent937b42f74134a09929652791b8d53acf8c16b68b (diff)
downloadFreeBSD-src-85e4b9102892a976438dccfcc264deee2b0f0a29.zip
FreeBSD-src-85e4b9102892a976438dccfcc264deee2b0f0a29.tar.gz
Don't create missing directories; that's the duty of mtree(8).
Don't depend on chown(8) in ${INSTALLTMP}; -u/-g have been supported since at least RELENG_4_BP.
Diffstat (limited to 'share/zoneinfo')
-rw-r--r--share/zoneinfo/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 670f4fe..6ce6503 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -30,12 +30,10 @@ yearistype: yearistype.sh
beforeinstall:
umask 022; cd ${.CURDIR}; \
- zic -d ${DESTDIR}/usr/share/zoneinfo -p ${POSIXRULES} \
+ zic -D -d ${DESTDIR}/usr/share/zoneinfo -p ${POSIXRULES} \
+ -u ${BINOWN} -g ${BINGRP} \
${LEAPFILE} -y ${YEARISTYPE} ${TZFILES}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.CURDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
-afterinstall:
- chown -R ${BINOWN}:${BINGRP} ${DESTDIR}/usr/share/zoneinfo/*
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud