summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ee/Makefile')
-rw-r--r--usr.bin/ee/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile
index 8ac7447..699454a 100644
--- a/usr.bin/ee/Makefile
+++ b/usr.bin/ee/Makefile
@@ -10,9 +10,10 @@ MLINKS= ee.1 ree.1 ee.1 edit.1
DPADD= ${LIBNCURSES}
LDADD= -lncurses
-LANGS= en_US.ISO_8859-1 fr_FR.ISO_8859-1 de_DE.ISO_8859-1 pl_PL.ISO_8859-2 \
+LANGS= en_US.US-ASCII fr_FR.ISO8859-1 de_DE.ISO8859-1 pl_PL.ISO8859-2 \
uk_UA.KOI8-U ru_RU.KOI8-R
-8859_15_LINKS = en_US fr_FR de_DE
+8859_15_LINKS = fr_FR de_DE
+ENUS_LINKS = ISO8859-1 ISO8859-15
FILES= ${LANGS:S/$/.ee.cat/}
CLEANFILES+= ${FILES}
@@ -29,11 +30,13 @@ beforeinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${lang}.ee.cat ${DESTDIR}${NLSDIR}/${lang}/ee.cat
.endfor
+.for link in ${ENUS_LINKS}
+ ln -sf ../en_US.US-ASCII/ee.cat \
+ ${DESTDIR}${NLSDIR}/en_US.${link}/ee.cat
+.endfor
.for link in ${8859_15_LINKS}
ln -sf ../${link}.ISO8859-1/ee.cat \
${DESTDIR}${NLSDIR}/${link}.ISO8859-15/ee.cat
.endfor
- ln -sf ../en_US.ISO8859-1/ee.cat \
- ${DESTDIR}${NLSDIR}/C/ee.cat
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud