summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-06-10 20:42:46 +0000
committerache <ache@FreeBSD.org>2001-06-10 20:42:46 +0000
commitb1ccfa46588956a27411a21c01f152d712da1ae1 (patch)
tree8db7d78bf24c70d75fc753ef7b98609e09bee790 /usr.bin/ee/Makefile
parent05c95af18cb218b986062953392af021136950bd (diff)
downloadFreeBSD-src-b1ccfa46588956a27411a21c01f152d712da1ae1.zip
FreeBSD-src-b1ccfa46588956a27411a21c01f152d712da1ae1.tar.gz
Add Latin15 entries
Diffstat (limited to 'usr.bin/ee/Makefile')
-rw-r--r--usr.bin/ee/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile
index 514dfe3..0efaa37 100644
--- a/usr.bin/ee/Makefile
+++ b/usr.bin/ee/Makefile
@@ -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>
OpenPOWER on IntegriCloud