diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-16 10:58:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-16 10:58:19 +0800 |
commit | dfa89507e6437deda27b5298e33607d16862be01 (patch) | |
tree | b939f296da093a629f074ba7b80174e3afd2f0e3 /hungarian | |
parent | b6bd08d189e297d75de835791563ca1ed6db8a0a (diff) | |
download | freebsd-ports-gnome-dfa89507e6437deda27b5298e33607d16862be01.tar.gz freebsd-ports-gnome-dfa89507e6437deda27b5298e33607d16862be01.tar.zst freebsd-ports-gnome-dfa89507e6437deda27b5298e33607d16862be01.zip |
[REPOCOPY WAITING] editors/ooodict-hu_HU port can moved to hungarian category
There is hungarian category in the port collection. The
hungarian OpenOffice dictionary can be moved to hungarian
similarly to the german dictionary.
PR: ports/50996
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'hungarian')
-rw-r--r-- | hungarian/Makefile | 1 | ||||
-rw-r--r-- | hungarian/ooodict/Makefile | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/hungarian/Makefile b/hungarian/Makefile index aadf911f6b17..8f2b973878f2 100644 --- a/hungarian/Makefile +++ b/hungarian/Makefile @@ -4,6 +4,7 @@ SUBDIR += jdictionary-eng-hun-expr SUBDIR += jdictionary-eng-hun SUBDIR += kde3-i18n + SUBDIR += ooodict SUBDIR += hu-phone SUBDIR += hu-zipcodes SUBDIR += ispell diff --git a/hungarian/ooodict/Makefile b/hungarian/ooodict/Makefile index 95b011f2b24a..bc7eb06999f3 100644 --- a/hungarian/ooodict/Makefile +++ b/hungarian/ooodict/Makefile @@ -9,10 +9,12 @@ COMMENT= Hungarian (Hungary) Myspell dictionary for OpenOffice.org +CATEGORIES= hungarian + LANGPREFIX= hu LANGSUFFIX= HU LANGDIST+= hu_HU.zip -MASTERDIR= ${.CURDIR}/../ooodict-all +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-1.0 .include "${MASTERDIR}/Makefile" |