aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ee
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2002-03-04 12:29:21 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2002-03-04 12:29:21 +0000
commitc1633140b7a5d00e19ad89af12130f8c67061804 (patch)
tree583fc845b6aff9f7de1e6abd9d9cf04c7e3e51b5 /usr.bin/ee
parent0aa35985b9d69be99b99b6d4d184b31c7e33e798 (diff)
downloadsrc-c1633140b7a5d00e19ad89af12130f8c67061804.tar.gz
src-c1633140b7a5d00e19ad89af12130f8c67061804.zip
Use NLSLINKS to setup symbolic links in NLS area
Notes
Notes: svn path=/head/; revision=91633
Diffstat (limited to 'usr.bin/ee')
-rw-r--r--usr.bin/ee/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile
index ab388677df81..a7ec37f8c503 100644
--- a/usr.bin/ee/Makefile
+++ b/usr.bin/ee/Makefile
@@ -12,23 +12,19 @@ LDADD= -lncurses
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 = fr_FR de_DE
-ENUS_LINKS = ISO8859-1 ISO8859-15
+
+NLSLINKS_en_US.US-ASCII= C en_US.ISO8859-1 en_US.ISO8859-15
+NLSLINKS_fr_FR.ISO8859-1= fr_FR.ISO8859-15
+NLSLINKS_de_DE.ISO8859-1= de_DE.ISO8859-15
NLSNAME=ee
+NLSSRCFILES=ee.msg
+
.for lang in ${LANGS}
NLSSRCDIR_${lang}.msg=${.CURDIR}/nls/${lang}
-NLSSRCFILES_${lang}.msg=ee.msg
NLS+=${lang}.msg
.endfor
-.for link in ${ENUS_LINKS}
-SYMLINKS+= ../en_US.US-ASCII/ee.cat ${NLSDIR}/en_US.${link}/ee.cat
-.endfor
-.for link in ${8859_15_LINKS}
-SYMLINKS+= ../${link}.ISO8859-1/ee.cat ${NLSDIR}/${link}.ISO8859-15/ee.cat
-.endfor
-
.include <bsd.prog.mk>
.include <bsd.nls.mk>