diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-16 02:58:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-16 02:58:19 +0000 |
commit | b3d17e85574243de36330af9c0b5c0eb87e509fc (patch) | |
tree | d329addf76e6fd15cfcba58a9ce61a67a91d56c3 /hungarian/ooodict | |
parent | 2343b5bbda745f99d674cebd782f08c84150fbba (diff) |
Notes
Diffstat (limited to 'hungarian/ooodict')
-rw-r--r-- | hungarian/ooodict/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |