diff options
author | maho <maho@FreeBSD.org> | 2004-08-31 12:09:57 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-08-31 12:09:57 +0000 |
commit | 3d764117af96427ad999b9ae08fea1e3d596ada9 (patch) | |
tree | 5c4848b7b467c0f64e5b38da33daf77e0876ce25 /editors/openoffice.org-1.1 | |
parent | 3bbd046034b7ff954f385f8fd1124987820721d0 (diff) | |
download | FreeBSD-ports-3d764117af96427ad999b9ae08fea1e3d596ada9.zip FreeBSD-ports-3d764117af96427ad999b9ae08fea1e3d596ada9.tar.gz |
make localized helpfiles fetchable
Reported by: Kazumasa Gotoh <kgotoh@cic-kk.co.jp>
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 74faeb7..eb2cf02 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 \ |