diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-04-08 23:30:15 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-04-08 23:30:15 +0000 |
commit | c9da99079a95e55e27b8b0a3b36eacdbdc0518d5 (patch) | |
tree | 6a4f7bbbe593d3e1fca9866dee251272fafa9338 /editors/ooodict-en_US | |
parent | Install the dictionaries world readable. (diff) |
Add hyphenation dictionaries to the slave ports.
Notes
Notes:
svn path=/head/; revision=78635
Diffstat (limited to 'editors/ooodict-en_US')
-rw-r--r-- | editors/ooodict-en_US/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/ooodict-en_US/Makefile b/editors/ooodict-en_US/Makefile index 66e12930108d..bda5d8343a33 100644 --- a/editors/ooodict-en_US/Makefile +++ b/editors/ooodict-en_US/Makefile @@ -13,6 +13,7 @@ CATEGORIES= editors LANGPREFIX= en LANGSUFFIX= US LANGDIST+= en_US.zip +HYPHDIST+= hyph_en_US.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice |