summaryrefslogtreecommitdiff
path: root/editors/ooodict-all
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-04-27 23:21:54 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-04-27 23:21:54 +0000
commit8f5b77db5056d411663f95b2b9634c5653b84cab (patch)
treedd20e294b7eed8540faf0e4ee23393b8e297ebaa /editors/ooodict-all
parentNew checksums for some dicts. These contain data only. (diff)
Only build a meta port with all HYPHDIST if LANGDIST is not defined
at all.
Notes
Notes: svn path=/head/; revision=79768
Diffstat (limited to 'editors/ooodict-all')
-rw-r--r--editors/ooodict-all/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile
index 1924e7db8a07..1e854d76f491 100644
--- a/editors/ooodict-all/Makefile
+++ b/editors/ooodict-all/Makefile
@@ -19,7 +19,6 @@ EXTRACT_ONLY=
.if !defined(LANGDIST)
DICTMETAPORT= yes
-.endif
LANGDIST?= bg_BG.zip ca_ES.zip hr_HR.zip cs_CZ.zip \
da_DK.zip nl_NL.zip en_CA.zip en_GB.zip \
en_US.zip fr_FR.zip de_DE.zip de_CH.zip \
@@ -33,6 +32,7 @@ HYPHDIST?= hyph_cs.zip hyph_da.zip hyph_de_DE.zip \
hyph_it.zip hyph_nl.zip hyph_pt_BR.zip \
hyph_pt_PT.zip hyph_ru.zip hyph_sk.zip \
hyph_sl.zip hyph_uk.zip
+.endif
SORT?= /usr/bin/sort
CUT?= /usr/bin/cut