summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-11-27 23:32:10 +0000
committerache <ache@FreeBSD.org>1996-11-27 23:32:10 +0000
commite73a8ca7809fc2db297d9cb63b1ad7d1d4a14de5 (patch)
tree9692a031c65d91745925ff7616a5d54809967952 /share/zoneinfo
parente666fa157c409eacefdcc8664049c7709b1ad052 (diff)
downloadFreeBSD-src-e73a8ca7809fc2db297d9cb63b1ad7d1d4a14de5.zip
FreeBSD-src-e73a8ca7809fc2db297d9cb63b1ad7d1d4a14de5.tar.gz
Add missing ${COPY} to install options, zone.tab
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 e5cee56..fcfc66b 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1996/06/24 04:24:19 jkh Exp $
+# $Id: Makefile,v 1.10 1996/11/19 19:17:09 wollman Exp $
NOBIN=
CLEANFILES+= yearistype
@@ -35,7 +35,7 @@ afterinstall: yearistype
zic -d ${DESTDIR}/usr/share/zoneinfo -p ${POSIXRULES} \
${LEAPFILE} -y ${YEARISTYPE} ${TZFILES}
chown -R bin.bin ${DESTDIR}/usr/share/zoneinfo/*
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/zone.tab \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/zone.tab \
${DESTDIR}/usr/share/zoneinfo
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud