diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-06-19 02:25:52 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-06-19 02:25:52 +0000 |
commit | 93f259ae263dac1fb9bb221c19465f7c59211f30 (patch) | |
tree | a9c822610778fef3a9ad26563906d68ad5638fa3 /editors/openoffice.org-1.1/Makefile | |
parent | 8d963d4abe631672ed3fab3743031fc527189f83 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1/Makefile')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index cde06559aff0..53a639fe7636 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -60,12 +60,13 @@ BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgra LANG_EXT?= 01 LANG_CONFIGURE_ARG?= ENUS +L10NHELP?= helpcontent_01_unix.tgz .if defined(L10NHELP) DISTFILES+= ${L10NHELP}:help .endif .if defined(ALL_LOCALIZED_LANGS) -DISTFILES+= helpcontent_07_unix.tgz:help3 \ +DISTFILES+= helpcontent_01_unix.tgz:help helpcontent_07_unix.tgz:help3 \ helpcontent_31_unix.tgz:help helpcontent_33_unix.tgz:help \ helpcontent_34_unix.tgz:help helpcontent_39_unix.tgz:help \ helpcontent_42_unix.tgz:help2 helpcontent_43_unix.tgz:help2 \ @@ -74,7 +75,7 @@ DISTFILES+= helpcontent_07_unix.tgz:help3 \ helpcontent_81_unix.tgz:help helpcontent_82_unix.tgz:help \ helpcontent_86_unix.tgz:help helpcontent_88_unix.tgz:help \ helpcontent_90_unix.tgz:help -L10NHELPS= helpcontent_07_unix.tgz \ +L10NHELPS= helpcontent_01_unix.tgz helpcontent_07_unix.tgz \ helpcontent_31_unix.tgz helpcontent_33_unix.tgz \ helpcontent_34_unix.tgz helpcontent_39_unix.tgz \ helpcontent_42_unix.tgz helpcontent_43_unix.tgz \ |