summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/timedef/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
new file mode 100644
index 0000000..5b5b465
--- /dev/null
+++ b/share/timedef/Makefile
@@ -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>
OpenPOWER on IntegriCloud