summaryrefslogtreecommitdiffstats
path: root/share/dict
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-17 13:59:35 +0000
committerru <ru@FreeBSD.org>2001-12-17 13:59:35 +0000
commitbbef88e1a5535074053d60fa0fa2b5832f7de5ea (patch)
tree7fd7e5683e347709f8bd623688bd94074689c72a /share/dict
parent650091c3142d295b29e3809e946f4d064cc805a4 (diff)
downloadFreeBSD-src-bbef88e1a5535074053d60fa0fa2b5832f7de5ea.zip
FreeBSD-src-bbef88e1a5535074053d60fa0fa2b5832f7de5ea.tar.gz
FILES support for bsd.prog.mk. See bsd.README for details.
Stolen from: NetBSD
Diffstat (limited to 'share/dict')
-rw-r--r--share/dict/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile
index 399e409..9d756c7 100644
--- a/share/dict/Makefile
+++ b/share/dict/Makefile
@@ -1,13 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
-# XXX MISSING: connectives words
-FILES= README propernames web2 web2a
-SYMLINKS= web2 ${BINDIR}/dict/words
-NOOBJ= noobj
+NOOBJ= noobj
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
- ${DESTDIR}${BINDIR}/dict
+# XXX MISSING: connectives words
+FILES= README propernames web2 web2a
+FILESDIR= ${BINDIR}/dict
+SYMLINKS= web2 ${FILESDIR}/words
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud