From 1116936479ee85da86700b48a926930072615360 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 21 Apr 2000 12:34:41 +0000 Subject: Fix 'make distribute' --- bin/csh/nls/finnish/Makefile | 8 +++----- bin/csh/nls/french/Makefile | 8 +++----- bin/csh/nls/german/Makefile | 8 +++----- bin/csh/nls/greek/Makefile | 6 ++---- bin/csh/nls/italian/Makefile | 8 +++----- bin/csh/nls/ja/Makefile | 6 ++---- bin/csh/nls/spanish/Makefile | 8 +++----- 7 files changed, 19 insertions(+), 33 deletions(-) (limited to 'bin/csh') diff --git a/bin/csh/nls/finnish/Makefile b/bin/csh/nls/finnish/Makefile index 9397548..57f05d5 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 +.include diff --git a/bin/csh/nls/french/Makefile b/bin/csh/nls/french/Makefile index 2ab3f14..fe5197d 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 +.include diff --git a/bin/csh/nls/german/Makefile b/bin/csh/nls/german/Makefile index f4c55e2..b6d4514 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 +.include diff --git a/bin/csh/nls/greek/Makefile b/bin/csh/nls/greek/Makefile index 1809d8d..c51dc53 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 +.include diff --git a/bin/csh/nls/italian/Makefile b/bin/csh/nls/italian/Makefile index 0f97290..520457e 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 +.include diff --git a/bin/csh/nls/ja/Makefile b/bin/csh/nls/ja/Makefile index a8e1d57..1f6b549 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 +.include diff --git a/bin/csh/nls/spanish/Makefile b/bin/csh/nls/spanish/Makefile index 9ddff79..fbc4c3d 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 +.include -- cgit v1.1