diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-22 00:29:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-22 00:29:37 +0000 |
commit | ef8ba5e099c2e1c9195a1ae57d54328c5d7df9bb (patch) | |
tree | 3fec074359c79cec4437c1c81d974b48ad971184 /polish/openoffice-1.0 | |
parent | Update to 2.2: (diff) |
Bad MASTERDIR value
PR: ports/55856
Submitted by: Aleksander Fafula <alex@fafula.com>
Diffstat (limited to 'polish/openoffice-1.0')
-rw-r--r-- | polish/openoffice-1.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polish/openoffice-1.0/Makefile b/polish/openoffice-1.0/Makefile index b2edd5a2c423..1506904bf329 100644 --- a/polish/openoffice-1.0/Makefile +++ b/polish/openoffice-1.0/Makefile @@ -10,6 +10,6 @@ CATEGORIES= editors LANG_PKGNAME= pl LANG_EXT= 48 LANG_CONFIGURE_ARG= POL -MASTERDIR= ${.CURDIR}/../openoffice +MASTERDIR= ${.CURDIR}/../../editors/openoffice .include "${MASTERDIR}/Makefile" |