summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2002-03-04 12:29:21 +0000
committerphantom <phantom@FreeBSD.org>2002-03-04 12:29:21 +0000
commit9124a610d0f5ce1743940af49cdf9516c0ca30a8 (patch)
tree583fc845b6aff9f7de1e6abd9d9cf04c7e3e51b5 /usr.bin/ee
parent5adedc849a677864a23418dc6cf72512ac66ebbf (diff)
downloadFreeBSD-src-9124a610d0f5ce1743940af49cdf9516c0ca30a8.zip
FreeBSD-src-9124a610d0f5ce1743940af49cdf9516c0ca30a8.tar.gz
Use NLSLINKS to setup symbolic links in NLS area
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 ab388677..a7ec37f 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>
OpenPOWER on IntegriCloud