mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Add Latin15 entries
This commit is contained in:
parent
52fbdc0b63
commit
4d44677783
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78014
@ -12,6 +12,8 @@ LDADD= -lncurses
|
||||
|
||||
LANGS= en_US.ISO_8859-1 fr_FR.ISO_8859-1 de_DE.ISO_8859-1 pl_PL.ISO_8859-2 \
|
||||
uk_UA.KOI8-U ru_RU.KOI8-R
|
||||
8859_15_LINKS = fr_FR de_DE
|
||||
|
||||
FILES= ${LANGS:S/$/.ee.cat/}
|
||||
CLEANFILES+= ${FILES}
|
||||
|
||||
@ -27,5 +29,9 @@ beforeinstall:
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
||||
${lang}.ee.cat ${DESTDIR}${NLSDIR}/${lang}/ee.cat
|
||||
.endfor
|
||||
.for link in ${8859_15_LINKS}
|
||||
ln -sf ../${link}.ISO8859-1/ee.cat \
|
||||
${DESTDIR}${NLSDIR}/${link}.ISO8859-15/ee.cat
|
||||
.endfor
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user