diff options
author | ache <ache@FreeBSD.org> | 1999-09-11 19:27:35 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-09-11 19:27:35 +0000 |
commit | 635e0faa0b56d2d8c0c8f10c863991b9173e129b (patch) | |
tree | 77685089ab3eb825c596d6203370990c3b59f78f /gnu | |
parent | 672957ebcc5099556084b64346b41d2273bd8150 (diff) | |
download | FreeBSD-src-635e0faa0b56d2d8c0c8f10c863991b9173e129b.zip FreeBSD-src-635e0faa0b56d2d8c0c8f10c863991b9173e129b.tar.gz |
install hyphen.us-ru under locale subdir
Diffstat (limited to 'gnu')
-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> |