diff options
author | leeym <leeym@FreeBSD.org> | 2003-08-26 22:08:53 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-08-26 22:08:53 +0800 |
commit | 0e610694583e3041f88d4a1fd2b46ab7c61f7240 (patch) | |
tree | e13b3cad9ac6f24974bab01d153da7bf32d7f8d5 /polish | |
parent | 5e644c380f7b414537d901186837d06bda61c59b (diff) | |
download | freebsd-ports-gnome-0e610694583e3041f88d4a1fd2b46ab7c61f7240.tar.gz freebsd-ports-gnome-0e610694583e3041f88d4a1fd2b46ab7c61f7240.tar.zst freebsd-ports-gnome-0e610694583e3041f88d4a1fd2b46ab7c61f7240.zip |
correct the path of MASTERDIR
Diffstat (limited to 'polish')
-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" |