summaryrefslogtreecommitdiffstats
path: root/bin/csh/nls/german/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/nls/german/Makefile')
-rw-r--r--bin/csh/nls/german/Makefile8
1 files changed, 3 insertions, 5 deletions
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 <bsd.obj.mk>
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud