diff options
Diffstat (limited to 'gnu/usr.bin/groff/troff/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/troff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/troff/Makefile b/gnu/usr.bin/groff/troff/Makefile index 17cafa2..b4ff180 100644 --- a/gnu/usr.bin/groff/troff/Makefile +++ b/gnu/usr.bin/groff/troff/Makefile @@ -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> |