summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-08-31 12:09:57 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-08-31 12:09:57 +0000
commit2f934cc903531c3ce41f075358db354d8812ba5f (patch)
treed68d0a1dabdc706f05e6cb8c9061c05bcb966062
parentUpdate to 1.2.6. (diff)
make localized helpfiles fetchable
Reported by: Kazumasa Gotoh <kgotoh@cic-kk.co.jp>
Notes
Notes: svn path=/head/; revision=117733
-rw-r--r--editors/openoffice-1.1-devel/Makefile3
-rw-r--r--editors/openoffice-1.1/Makefile3
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile3
-rw-r--r--editors/openoffice.org-1.1/Makefile3
4 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile
index b0dd97c7d74f..5566fb00ce99 100644
--- a/editors/openoffice-1.1-devel/Makefile
+++ b/editors/openoffice-1.1-devel/Makefile
@@ -46,6 +46,9 @@ NO_RUN_DEPENDS_JAVA= yes
LANG_EXT?= 01
LANG_CONFIGURE_ARG?= ENUS
+.if defined(L10NHELP)
+DISTFILES+= ${L10NHELP}:help
+.endif
.if defined(ALL_LOCALIZED_LANGS)
DISTFILES+= helpcontent_31_unix.tgz:help helpcontent_33_unix.tgz:help \
helpcontent_34_unix.tgz:help helpcontent_39_unix.tgz:help \
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile
index 74faeb79cf57..eb2cf02e2c1e 100644
--- a/editors/openoffice-1.1/Makefile
+++ b/editors/openoffice-1.1/Makefile
@@ -45,6 +45,9 @@ NO_RUN_DEPENDS_JAVA= yes
.include <bsd.port.pre.mk>
.include <${FILESDIR}/Makefile.localized>
+.if defined(L10NHELP)
+DISTFILES+= ${L10NHELP}:help
+.endif
.if defined(ALL_LOCALIZED_LANGS)
DISTFILES+= helpcontent_31_unix.tgz:help helpcontent_33_unix.tgz:help \
helpcontent_34_unix.tgz:help helpcontent_39_unix.tgz:help \
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index b0dd97c7d74f..5566fb00ce99 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -46,6 +46,9 @@ NO_RUN_DEPENDS_JAVA= yes
LANG_EXT?= 01
LANG_CONFIGURE_ARG?= ENUS
+.if defined(L10NHELP)
+DISTFILES+= ${L10NHELP}:help
+.endif
.if defined(ALL_LOCALIZED_LANGS)
DISTFILES+= helpcontent_31_unix.tgz:help helpcontent_33_unix.tgz:help \
helpcontent_34_unix.tgz:help helpcontent_39_unix.tgz:help \
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile
index 74faeb79cf57..eb2cf02e2c1e 100644
--- a/editors/openoffice.org-1.1/Makefile
+++ b/editors/openoffice.org-1.1/Makefile
@@ -45,6 +45,9 @@ NO_RUN_DEPENDS_JAVA= yes
.include <bsd.port.pre.mk>
.include <${FILESDIR}/Makefile.localized>
+.if defined(L10NHELP)
+DISTFILES+= ${L10NHELP}:help
+.endif
.if defined(ALL_LOCALIZED_LANGS)
DISTFILES+= helpcontent_31_unix.tgz:help helpcontent_33_unix.tgz:help \
helpcontent_34_unix.tgz:help helpcontent_39_unix.tgz:help \