install hyphen.us-ru under locale subdir

This commit is contained in:
Andrey A. Chernov 1999-09-11 19:27:35 +00:00
parent 2c3cb52472
commit 6801fbaaa3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51177

View File

@ -24,7 +24,7 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${DIST_DIR}/hyphen.us \
${DESTDIR}${tmacdir}/hyphen.us
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${DIST_DIR}/hyphen.us-ru ${DESTDIR}${tmacdir}/hyphen.us-ru
${DIST_DIR}/hyphen.us-ru ${DESTDIR}${tmacdir}/locale/hyphen.us-ru
.include "../Makefile.cfg"
.include <bsd.prog.mk>