diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-26 14:08:53 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-26 14:08:53 +0000 |
commit | 2dba00d68a865af15b4430916d258d0be9acc611 (patch) | |
tree | 93dfbb6ea0f920a380279067e56b654148bf2473 | |
parent | Update to -> 1.6.5 (diff) |
correct the path of MASTERDIR
Notes
Notes:
svn path=/head/; revision=87730
-rw-r--r-- | polish/ooodict_PL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/ooodict_PL/Makefile b/polish/ooodict_PL/Makefile index bde7fa98eaaf..df33d63d1989 100644 --- a/polish/ooodict_PL/Makefile +++ b/polish/ooodict_PL/Makefile @@ -13,7 +13,7 @@ CATEGORIES= editors LANGPREFIX= pl LANGSUFFIX= PL LANGDIST+= pl_PL.zip -MASTERDIR= ${.CURDIR}/../ooodict-all +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-pl .include "${MASTERDIR}/Makefile" |