diff options
author | maho <maho@FreeBSD.org> | 2005-08-29 15:05:16 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-08-29 15:05:16 +0800 |
commit | dd71749f801915cfee89efd2185211bcf7214a09 (patch) | |
tree | 7fdc967a9729561fb787118230eb8d460e9527fa /german | |
parent | becb359c8e419594fc4eb9d16b18ee10d6fea0d6 (diff) | |
download | freebsd-ports-graphics-dd71749f801915cfee89efd2185211bcf7214a09.tar.gz freebsd-ports-graphics-dd71749f801915cfee89efd2185211bcf7214a09.tar.zst freebsd-ports-graphics-dd71749f801915cfee89efd2185211bcf7214a09.zip |
Fix index build by moving openoffice.org-1.1 ports.
Submitted by: krion via krisautomail
Diffstat (limited to 'german')
-rw-r--r-- | german/ooodict-de_AT/Makefile | 2 | ||||
-rw-r--r-- | german/ooodict-de_CH/Makefile | 2 | ||||
-rw-r--r-- | german/ooodict-de_DE/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/german/ooodict-de_AT/Makefile b/german/ooodict-de_AT/Makefile index 067883f09b7..da4fa45256e 100644 --- a/german/ooodict-de_AT/Makefile +++ b/german/ooodict-de_AT/Makefile @@ -14,6 +14,6 @@ LANGPREFIX= de LANGSUFFIX= AT LANGDIST+= de_AT.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice-1.1 +RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 .include "${MASTERDIR}/Makefile" diff --git a/german/ooodict-de_CH/Makefile b/german/ooodict-de_CH/Makefile index 4d8e645de03..b1fd3207771 100644 --- a/german/ooodict-de_CH/Makefile +++ b/german/ooodict-de_CH/Makefile @@ -15,6 +15,6 @@ LANGSUFFIX= CH LANGDIST+= de_CH.zip HYPHDIST+= hyph_de_CH.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice-1.1 +RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 .include "${MASTERDIR}/Makefile" diff --git a/german/ooodict-de_DE/Makefile b/german/ooodict-de_DE/Makefile index e14764f77ca..21b3d304c9f 100644 --- a/german/ooodict-de_DE/Makefile +++ b/german/ooodict-de_DE/Makefile @@ -16,6 +16,6 @@ LANGDIST+= de_DE.zip HYPHDIST+= hyph_de_DE.zip THESDIST+= thes_de_DE.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/editors/openoffice-1.1 +RDEP= ${PORTSDIR}/editors/openoffice.org-1.1 .include "${MASTERDIR}/Makefile" |