freebsd-ports/textproc/wordnet/files/Makefile
Mikhail Teterin fa8e8c8a45 Use the 3.1 version of the dictionary, released in 2012. The latest
available code remains at 3.0.

Install the data files directly -- instead of extracting them into
WRKSRC first. Only install files actually used by the applications --
the distfiles also contain data, that is used to build the databases,
but aren't used at runtime.
2015-02-25 01:30:49 +00:00

9 lines
98 B
Makefile

# $FreeBSD$
SUBDIR= include \
lib \
lib/wnres \
src \
doc/man
.include <bsd.subdir.mk>