- Removed the .CURDIR/.OBJDIR magic, it is not necessary here.

- Let the built-in sys.mk rule produce the "yearistype" script.
- Install zone files with mode 444 (now that the -m option of
  zic(8) has been fixed).
This commit is contained in:
Ruslan Ermilov 2004-10-19 20:38:49 +00:00
parent a4270a4241
commit 09a25e1fb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136709

View File

@ -16,23 +16,13 @@ POSIXRULES= America/New_York
TZFILES+= backward
.endif
.if exists(${.OBJDIR}/yearistype)
YEARISTYPE= ${.OBJDIR}/yearistype
.else
YEARISTYPE= ${.CURDIR}/yearistype
.endif
all: yearistype
yearistype: yearistype.sh
cp ${.ALLSRC} ${.TARGET}
chmod +x ${.TARGET}
beforeinstall:
umask 022; cd ${.CURDIR}; \
zic -D -d ${DESTDIR}/usr/share/zoneinfo -p ${POSIXRULES} \
-u ${BINOWN} -g ${BINGRP} \
${LEAPFILE} -y ${YEARISTYPE} ${TZFILES}
-u ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${LEAPFILE} -y ${.OBJDIR}/yearistype ${TZFILES}
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${.CURDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/