diff options
| -rw-r--r-- | bin/csh/nls/finnish/Makefile | 8 | ||||
| -rw-r--r-- | bin/csh/nls/french/Makefile | 8 | ||||
| -rw-r--r-- | bin/csh/nls/german/Makefile | 8 | ||||
| -rw-r--r-- | bin/csh/nls/greek/Makefile | 6 | ||||
| -rw-r--r-- | bin/csh/nls/italian/Makefile | 8 | ||||
| -rw-r--r-- | bin/csh/nls/ja/Makefile | 6 | ||||
| -rw-r--r-- | bin/csh/nls/spanish/Makefile | 8 |
7 files changed, 19 insertions, 33 deletions
diff --git a/bin/csh/nls/finnish/Makefile b/bin/csh/nls/finnish/Makefile index 93975483914e4..57f05d5480eaf 100644 --- a/bin/csh/nls/finnish/Makefile +++ b/bin/csh/nls/finnish/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include "${.CURDIR}/../Makefile.inc" - NL= finnish DL= fi_FI.ISO_8859-1 LL= fi_FI.DIS_8859-15 @@ -18,9 +16,9 @@ tcsh.msg: set[0-9]* install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ - tcsh.cat ${DESTDIR}${NLSDIR}/${DL}/tcsh.cat + tcsh.cat ${DESTDIR}/..${NLSDIR}/${DL}/tcsh.cat .for i in ${LL} - ln -fs ../${DL}/tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat + ln -fs ../${DL}/tcsh.cat ${DESTDIR}/..${NLSDIR}/$i/tcsh.cat .endfor -.include <bsd.obj.mk> +.include <bsd.prog.mk> diff --git a/bin/csh/nls/french/Makefile b/bin/csh/nls/french/Makefile index 2ab3f14c0be2e..fe5197d25bb3c 100644 --- a/bin/csh/nls/french/Makefile +++ b/bin/csh/nls/french/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include "${.CURDIR}/../Makefile.inc" - NL= french DL= fr_FR.ISO_8859-1 LL= fr_BE.ISO_8859-1 fr_CA.ISO_8859-1 fr_CH.ISO_8859-1 \ @@ -20,9 +18,9 @@ tcsh.msg: set[0-9]* install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ - tcsh.cat ${DESTDIR}${NLSDIR}/${DL}/tcsh.cat + tcsh.cat ${DESTDIR}/..${NLSDIR}/${DL}/tcsh.cat .for i in ${LL} - ln -fs ../${DL}/tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat + ln -fs ../${DL}/tcsh.cat ${DESTDIR}/..${NLSDIR}/$i/tcsh.cat .endfor -.include <bsd.obj.mk> +.include <bsd.prog.mk> diff --git a/bin/csh/nls/german/Makefile b/bin/csh/nls/german/Makefile index f4c55e205df14..b6d45146faa51 100644 --- a/bin/csh/nls/german/Makefile +++ b/bin/csh/nls/german/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include "${.CURDIR}/../Makefile.inc" - NL= german DL= de_DE.ISO_8859-1 LL= de_AT.ISO_8859-1 de_CH.ISO_8859-1 de_AT.DIS_8859-15 \ @@ -19,9 +17,9 @@ tcsh.msg: set[0-9]* install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ - tcsh.cat ${DESTDIR}${NLSDIR}/${DL}/tcsh.cat + tcsh.cat ${DESTDIR}/..${NLSDIR}/${DL}/tcsh.cat .for i in ${LL} - ln -fs ../${DL}/tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat + ln -fs ../${DL}/tcsh.cat ${DESTDIR}/..${NLSDIR}/$i/tcsh.cat .endfor -.include <bsd.obj.mk> +.include <bsd.prog.mk> diff --git a/bin/csh/nls/greek/Makefile b/bin/csh/nls/greek/Makefile index 1809d8decf939..c51dc53da688d 100644 --- a/bin/csh/nls/greek/Makefile +++ b/bin/csh/nls/greek/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include "${.CURDIR}/../Makefile.inc" - NL= greek DL= el_GR.ISO_8859-7 @@ -17,6 +15,6 @@ tcsh.msg: set[0-9]* install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ - tcsh.cat ${DESTDIR}${NLSDIR}/${DL}/tcsh.cat + tcsh.cat ${DESTDIR}/..${NLSDIR}/${DL}/tcsh.cat -.include <bsd.obj.mk> +.include <bsd.prog.mk> diff --git a/bin/csh/nls/italian/Makefile b/bin/csh/nls/italian/Makefile index 0f97290d760b5..520457e35d8e7 100644 --- a/bin/csh/nls/italian/Makefile +++ b/bin/csh/nls/italian/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include "${.CURDIR}/../Makefile.inc" - NL= italian DL= it_IT.ISO_8859-1 LL= it_CH.ISO_8859-1 it_IT.DIS_8859-15 it_CH.DIS_8859-15 @@ -18,9 +16,9 @@ tcsh.msg: set[0-9]* install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ - tcsh.cat ${DESTDIR}${NLSDIR}/${DL}/tcsh.cat + tcsh.cat ${DESTDIR}/..${NLSDIR}/${DL}/tcsh.cat .for i in ${LL} - ln -fs ../${DL}/tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat + ln -fs ../${DL}/tcsh.cat ${DESTDIR}/..${NLSDIR}/$i/tcsh.cat .endfor -.include <bsd.obj.mk> +.include <bsd.prog.mk> diff --git a/bin/csh/nls/ja/Makefile b/bin/csh/nls/ja/Makefile index a8e1d573e9093..1f6b549410a9a 100644 --- a/bin/csh/nls/ja/Makefile +++ b/bin/csh/nls/ja/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include "${.CURDIR}/../Makefile.inc" - NL= ja DL= ja_JP.EUC @@ -17,6 +15,6 @@ tcsh.msg: set[0-9]* install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ - tcsh.cat ${DESTDIR}${NLSDIR}/${DL}/tcsh.cat + tcsh.cat ${DESTDIR}/..${NLSDIR}/${DL}/tcsh.cat -.include <bsd.obj.mk> +.include <bsd.prog.mk> diff --git a/bin/csh/nls/spanish/Makefile b/bin/csh/nls/spanish/Makefile index 9ddff7983b6e4..fbc4c3dc9960f 100644 --- a/bin/csh/nls/spanish/Makefile +++ b/bin/csh/nls/spanish/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include "${.CURDIR}/../Makefile.inc" - NL= spanish DL= es_ES.ISO_8859-1 LL= es_ES.DIS_8859-15 @@ -18,9 +16,9 @@ tcsh.msg: set[0-9]* install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ - tcsh.cat ${DESTDIR}${NLSDIR}/${DL}/tcsh.cat + tcsh.cat ${DESTDIR}/..${NLSDIR}/${DL}/tcsh.cat .for i in ${LL} - ln -fs ../${DL}/tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat + ln -fs ../${DL}/tcsh.cat ${DESTDIR}/..${NLSDIR}/$i/tcsh.cat .endfor -.include <bsd.obj.mk> +.include <bsd.prog.mk> |
