diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-09-09 12:15:49 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-09-09 12:15:49 +0000 |
commit | 3406e7cd014d16de312148e1954540c41ab430a7 (patch) | |
tree | 049db91ea208b220c7eb61fb7028c488e204a571 /share/dict | |
parent | 61c0b9282d98fbea9b28a127d3bfdaa7b78039c6 (diff) | |
download | FreeBSD-src-3406e7cd014d16de312148e1954540c41ab430a7.zip FreeBSD-src-3406e7cd014d16de312148e1954540c41ab430a7.tar.gz |
revision 1.2
date: 1993/11/15 07:15:16; author: rgrimes; state: Exp; lines: +1 -0
From Andrew Moore
Make /usr/share/dict/words a symbolic link to web2
[This is now NECESSARY for games/boggle as it uses /usr/share/dict/words
as an input file]
Reviewed by: rgrimes
Submitted by: From 1.x, alm
Diffstat (limited to 'share/dict')
-rw-r--r-- | share/dict/Makefile | 1 |
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> |