Re-import it to proper location

This commit is contained in:
ache 1995-08-06 11:15:54 +00:00
parent cd7f88cc8d
commit 40eef631fe

13
share/timedef/Makefile Normal file
View File

@ -0,0 +1,13 @@
# $Id: Makefile,v 1.1.1.1 1995/08/05 23:23:41 ache Exp $
LOCALES= ru_SU.KOI8-R
LOCALEDIR= ${DESTDIR}/usr/share/locale
afterinstall:
for l in ${LOCALES}; do \
grep -v '^#' < ${.CURDIR}/data/$$l > ${LOCALEDIR}/$$l/LC_TIME; \
chown ${BINOWN}.${BINGRP} ${LOCALEDIR}/$$l/LC_TIME; \
chmod 644 ${LOCALEDIR}/$$l/LC_TIME; \
done
.include <bsd.prog.mk>