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