aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-09-21 20:51:36 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-09-21 20:51:36 +0000
commitdd14a64ec25db4179a5eafe24d587970891b23a0 (patch)
tree0c4a5b10cc885e319e65e310c41f8a37a92ea581 /gnu
parent168a34b7803ac259cac789929ad0544409f39675 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/troff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/troff/Makefile b/gnu/usr.bin/groff/troff/Makefile
index b4ff18074c3f6..4d887f17537b7 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}/locale/hyphen.us-ru
+ ${GROFF_DIST}/tmac/locale/hyphen.us-ru ${DESTDIR}${tmacdir}/locale/hyphen.us-ru
.include "../Makefile.cfg"
.include <bsd.prog.mk>