diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-06-10 20:42:46 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-06-10 20:42:46 +0000 |
| commit | 4d44677783545d8aa2183661961f13e6204b1ae4 (patch) | |
| tree | 8db7d78bf24c70d75fc753ef7b98609e09bee790 /usr.bin/ee/Makefile | |
| parent | 52fbdc0b63a00978c644bd9de6ec27f7bddf18d9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ee/Makefile')
| -rw-r--r-- | usr.bin/ee/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index 514dfe3bc8f36..0efaa379e26ad 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> |
