summaryrefslogtreecommitdiffstats
path: root/share/dict/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/dict/Makefile')
-rw-r--r--share/dict/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile
index 10cb8c7..7938233 100644
--- a/share/dict/Makefile
+++ b/share/dict/Makefile
@@ -9,5 +9,6 @@ all clean cleandir depend lint tags:
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/dict
+ (cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud