diff options
Diffstat (limited to 'french/openoffice-1.0/Makefile')
-rw-r--r-- | french/openoffice-1.0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/french/openoffice-1.0/Makefile b/french/openoffice-1.0/Makefile index 06893a697a80..b0142b79b30e 100644 --- a/french/openoffice-1.0/Makefile +++ b/french/openoffice-1.0/Makefile @@ -11,6 +11,6 @@ LANG_PKGNAME= fr LANG_EXT= 33 L10NHELP= helpcontent_${LANG_EXT}_unix.tgz LANG_CONFIGURE_ARG= FREN -MASTERDIR= ${.CURDIR}/../../editors/openoffice +MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 -.include "${.CURDIR}/../../editors/openoffice/Makefile" +.include "${MASTERDIR}/Makefile" |