Index: share/zoneinfo/Makefile =================================================================== --- share/zoneinfo/Makefile (revision 349055) +++ share/zoneinfo/Makefile (working copy) @@ -100,7 +100,7 @@ # be a shorter way to express this, but it's non-portable. Any # differences between the two don't matter for this purpose. # -.if make(*install*) +.if make(install-zoneinfo) TZS!= cd ${TZBUILDDIR} && find * -type f | LC_ALL=C sort .endif @@ -107,7 +107,7 @@ beforeinstall: install-zoneinfo install-zoneinfo: mkdir -p ${DESTDIR}/usr/share/zoneinfo - cd ${DESTDIR}/usr/share/zoneinfo; mkdir -p ${TZBUILDSUBDIRS} + cd ${DESTDIR}/usr/share/zoneinfo; mkdir -p ${TZBUILDSUBDIRS} .for f in ${TZS} ${INSTALL} ${TAG_ARGS} \ -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \