summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-06-10 22:40:39 +0000
committerache <ache@FreeBSD.org>2001-06-10 22:40:39 +0000
commit151cf8cd8aa1ef1ab3b12ff337b9668fcaea7e7a (patch)
tree168b1696f43049704f3b1cd2957909da9a43032e /usr.bin/ee
parentd22795c55e9d0b8734959dd31695f3572d70a1c7 (diff)
downloadFreeBSD-src-151cf8cd8aa1ef1ab3b12ff337b9668fcaea7e7a.zip
FreeBSD-src-151cf8cd8aa1ef1ab3b12ff337b9668fcaea7e7a.tar.gz
Install additional en_US links
Diffstat (limited to 'usr.bin/ee')
-rw-r--r--usr.bin/ee/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile
index 0efaa37..8ac7447 100644
--- a/usr.bin/ee/Makefile
+++ b/usr.bin/ee/Makefile
@@ -12,7 +12,7 @@ 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
+8859_15_LINKS = en_US fr_FR de_DE
FILES= ${LANGS:S/$/.ee.cat/}
CLEANFILES+= ${FILES}
@@ -33,5 +33,7 @@ beforeinstall:
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