summaryrefslogtreecommitdiff
path: root/share/zoneinfo
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-04-14 21:04:42 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-04-14 21:04:42 +0000
commit94086cea279d930eb2fbe7d680585abde7e9c095 (patch)
tree843135ddb784aa6430401ed2b918689a6b439550 /share/zoneinfo
parenta561b1060c97af7ef4c95bcdf1ac2182b51c11b3 (diff)
downloadsrc-test2-94086cea279d930eb2fbe7d680585abde7e9c095.tar.gz
src-test2-94086cea279d930eb2fbe7d680585abde7e9c095.zip
Notes
Diffstat (limited to 'share/zoneinfo')
-rw-r--r--share/zoneinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 1ca7ea6cd95d..356d0ad20bda 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -72,7 +72,7 @@ all: zoneinfo
.endif
META_TARGETS+= zoneinfo install-zoneinfo
-zoneinfo: yearistype ${TDATA} ${META_DEPS}
+zoneinfo: yearistype ${TDATA}
mkdir -p ${TZBUILDDIR}
cd ${TZBUILDDIR}; mkdir -p ${TZBUILDSUBDIRS}
umask 022; cd ${.CURDIR}; \
@@ -80,7 +80,7 @@ zoneinfo: yearistype ${TDATA} ${META_DEPS}
${LEAPFILE} -y ${.OBJDIR}/yearistype ${TZFILES}
beforeinstall: install-zoneinfo
-install-zoneinfo: ${META_DEPS}
+install-zoneinfo:
cd ${TZBUILDDIR} && \
find -s * -type f -print -exec ${INSTALL} \
-o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \