diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-28 04:17:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-28 04:17:01 +0000 |
commit | 8445c625db339dda6238ab8763f7a0b0cac72d64 (patch) | |
tree | aec6a4a3032c05ec2837ce1df42fb983f04aa102 | |
parent | rpm2cpio should be in EXTRACT_DEPENDS and not BUILD_DEPENDS. (diff) |
Per distfile survery, chase renamed distfiles. The filenames
and checksums were already correct in the master port.
Notes
Notes:
svn path=/head/; revision=92390
-rw-r--r-- | editors/ooodict-el_GR/Makefile | 2 | ||||
-rw-r--r-- | editors/ooodict-it_IT/Makefile | 2 | ||||
-rw-r--r-- | editors/ooodict-nl_NL/Makefile | 2 | ||||
-rw-r--r-- | editors/ooodict-sk_SK/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/ooodict-el_GR/Makefile b/editors/ooodict-el_GR/Makefile index e1348d2db51c..2c0fd31e9712 100644 --- a/editors/ooodict-el_GR/Makefile +++ b/editors/ooodict-el_GR/Makefile @@ -12,7 +12,7 @@ CATEGORIES= editors LANGPREFIX= el LANGSUFFIX= GR -LANGDIST+= el_GR-enhanced.zip +LANGDIST+= el_GR.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-gr diff --git a/editors/ooodict-it_IT/Makefile b/editors/ooodict-it_IT/Makefile index df3ad1f6a643..41f78e4f3b33 100644 --- a/editors/ooodict-it_IT/Makefile +++ b/editors/ooodict-it_IT/Makefile @@ -13,7 +13,7 @@ CATEGORIES= editors LANGPREFIX= it LANGSUFFIX= IT LANGDIST+= it_IT.zip -HYPHDIST+= hyph_it.zip +HYPHDIST+= hyph_it_IT.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-it diff --git a/editors/ooodict-nl_NL/Makefile b/editors/ooodict-nl_NL/Makefile index 447cf1113e03..6fc4ccdb08f8 100644 --- a/editors/ooodict-nl_NL/Makefile +++ b/editors/ooodict-nl_NL/Makefile @@ -13,7 +13,7 @@ CATEGORIES= editors LANGPREFIX= nl LANGSUFFIX= NL LANGDIST+= nl_NL.zip -HYPHDIST+= hyph_nl.zip +HYPHDIST+= hyph_nl_NL.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-nl diff --git a/editors/ooodict-sk_SK/Makefile b/editors/ooodict-sk_SK/Makefile index 0e7ac436ceb8..3566f445021c 100644 --- a/editors/ooodict-sk_SK/Makefile +++ b/editors/ooodict-sk_SK/Makefile @@ -13,7 +13,7 @@ CATEGORIES= editors LANGPREFIX= sk LANGSUFFIX= SK LANGDIST+= sk_SK.zip -HYPHDIST+= hyph_sk.zip +HYPHDIST+= hyph_sk_SK.zip MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice |