From 0dbc366325a211f5c92a8463bd9af4f70d41d75f Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 11 Jun 2001 03:45:33 +0000 Subject: ISO_ -> ISO --- usr.bin/ee/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'usr.bin/ee/Makefile') 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 -- cgit v1.1