summaryrefslogtreecommitdiffstats
path: root/share/dict
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-26 10:31:29 +0000
committerbde <bde@FreeBSD.org>1999-12-26 10:31:29 +0000
commit49b52f919be04908931acaa1177ed9c5808fc091 (patch)
tree74766f0a5563886849cbae0b1f86a96f33ba3440 /share/dict
parent1985d330ca2ac38b42e2cef71fa58bd3bef65de5 (diff)
downloadFreeBSD-src-49b52f919be04908931acaa1177ed9c5808fc091.zip
FreeBSD-src-49b52f919be04908931acaa1177ed9c5808fc091.tar.gz
Removed ex script left over from incomplete backout in previous commit.
Use SYMLINKS instead of an ad hoc rule for installing words -> web2. Don't override the install target; doing so just breaks things like SYMLINKS. Don't override the correct defaults for the all, clean, depend, lint and tags targets. Don't add a null rule to the cleandepend target.
Diffstat (limited to 'share/dict')
-rw-r--r--share/dict/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile
index b73fba3..399e409 100644
--- a/share/dict/Makefile
+++ b/share/dict/Makefile
@@ -1,16 +1,13 @@
-# ex:ts=8
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
# XXX MISSING: connectives words
FILES= README propernames web2 web2a
+SYMLINKS= web2 ${BINDIR}/dict/words
NOOBJ= noobj
-all clean cleandir depend lint tags:
-
-install:
+beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
${DESTDIR}${BINDIR}/dict
- (cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud