diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 13:59:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 13:59:35 +0000 |
| commit | a7aaf57e4ad6cdbd4674aa3188439366d68f8ce1 (patch) | |
| tree | 7fd7e5683e347709f8bd623688bd94074689c72a /usr.bin | |
| parent | 9207b4cff7b8d483f4dd3c62266c2b58819eb7f9 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/ee/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index 699454a7bd077..cc005422c27e6 100644 --- a/usr.bin/ee/Makefile +++ b/usr.bin/ee/Makefile @@ -18,25 +18,21 @@ ENUS_LINKS = ISO8859-1 ISO8859-15 FILES= ${LANGS:S/$/.ee.cat/} CLEANFILES+= ${FILES} -all: ${FILES} - .for lang in ${LANGS} ${lang}.ee.cat: ${.CURDIR}/nls/${lang}/ee.msg gencat -new ${.TARGET} ${.ALLSRC} .endfor -beforeinstall: .for lang in ${LANGS} - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ - ${lang}.ee.cat ${DESTDIR}${NLSDIR}/${lang}/ee.cat +FILESDIR_${lang:S/$/.ee.cat/}= ${NLSDIR}/${lang} +FILESNAME_${lang:S/$/.ee.cat/}= ee.cat .endfor + .for link in ${ENUS_LINKS} - ln -sf ../en_US.US-ASCII/ee.cat \ - ${DESTDIR}${NLSDIR}/en_US.${link}/ee.cat +SYMLINKS+= ../en_US.US-ASCII/ee.cat ${NLSDIR}/en_US.${link}/ee.cat .endfor .for link in ${8859_15_LINKS} - ln -sf ../${link}.ISO8859-1/ee.cat \ - ${DESTDIR}${NLSDIR}/${link}.ISO8859-15/ee.cat +SYMLINKS+= ../${link}.ISO8859-1/ee.cat ${NLSDIR}/${link}.ISO8859-15/ee.cat .endfor .include <bsd.prog.mk> |
