Re-import it to proper location
This commit is contained in:
parent
cd7f88cc8d
commit
40eef631fe
13
share/timedef/Makefile
Normal file
13
share/timedef/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user