diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-11 07:15:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-11 07:15:36 +0000 |
commit | ec780a65a5dcbe0e48c5d74791595aa0f7089a9e (patch) | |
tree | c54118ef194b208f278ac3e02e7a0073d9eb89e9 /editors/openoffice.org-1.1/Makefile | |
parent | 25edca1436ec84a0b563e8a512d82e158e89c3a6 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1/Makefile')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index c38469010836..5c587e9ea9a8 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -42,13 +42,15 @@ DISTFILES+= helpcontent_31_unix.tgz:help helpcontent_33_unix.tgz:help \ helpcontent_46_unix.tgz:help helpcontent_49_unix.tgz:help \ helpcontent_55_unix.tgz:help \ helpcontent_81_unix.tgz:help helpcontent_82_unix.tgz:help \ - helpcontent_86_unix.tgz:help helpcontent_88_unix.tgz:help + helpcontent_86_unix.tgz:help helpcontent_88_unix.tgz:help \ + helpcontent_90_unix.tgz:help L10NHELPS= helpcontent_31_unix.tgz helpcontent_33_unix.tgz \ helpcontent_34_unix.tgz helpcontent_39_unix.tgz \ helpcontent_46_unix.tgz helpcontent_49_unix.tgz \ helpcontent_55_unix.tgz \ helpcontent_81_unix.tgz helpcontent_82_unix.tgz \ - helpcontent_86_unix.tgz helpcontent_88_unix.tgz + helpcontent_86_unix.tgz helpcontent_88_unix.tgz \ + helpcontent_90_unix.tgz .endif .if ${OSVERSION} > 502010 |