aboutsummaryrefslogtreecommitdiff
path: root/bin/csh/nls
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-04-21 12:34:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-04-21 12:34:41 +0000
commit428a34d8ecee114d6754022dc19eafe8025c52cc (patch)
tree4c1e2e6ac923e952e17643aa7c1b22ae3390f246 /bin/csh/nls
parent75603ec101076f349834c142cd0849e1567787e1 (diff)
downloadsrc-428a34d8ecee114d6754022dc19eafe8025c52cc.tar.gz
src-428a34d8ecee114d6754022dc19eafe8025c52cc.zip
Fix 'make distribute'
Notes
Notes: svn path=/head/; revision=59462
Diffstat (limited to 'bin/csh/nls')
-rw-r--r--bin/csh/nls/finnish/Makefile8
-rw-r--r--bin/csh/nls/french/Makefile8
-rw-r--r--bin/csh/nls/german/Makefile8
-rw-r--r--bin/csh/nls/greek/Makefile6
-rw-r--r--bin/csh/nls/italian/Makefile8
-rw-r--r--bin/csh/nls/ja/Makefile6
-rw-r--r--bin/csh/nls/spanish/Makefile8
7 files changed, 19 insertions, 33 deletions
diff --git a/bin/csh/nls/finnish/Makefile b/bin/csh/nls/finnish/Makefile
index 93975483914e..57f05d5480ea 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 2ab3f14c0be2..fe5197d25bb3 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 f4c55e205df1..b6d45146faa5 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 1809d8decf93..c51dc53da688 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 0f97290d760b..520457e35d8e 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 a8e1d573e909..1f6b549410a9 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 9ddff7983b6e..fbc4c3dc9960 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>