diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-04-27 23:21:54 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-04-27 23:21:54 +0000 |
commit | 8f5b77db5056d411663f95b2b9634c5653b84cab (patch) | |
tree | dd20e294b7eed8540faf0e4ee23393b8e297ebaa /editors | |
parent | 318977f8dc1b4c7f564d027c18a4677371438032 (diff) | |
download | ports-8f5b77db5056d411663f95b2b9634c5653b84cab.tar.gz ports-8f5b77db5056d411663f95b2b9634c5653b84cab.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/Makefile | 2 |
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 |