summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/Makefile.localized
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-07 12:45:07 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-07 12:45:07 +0000
commitdf0d516bea1203c39adb8b270617f0ff511fee9f (patch)
tree2cff17f3b74633ef8051c4226aad918494889406 /editors/openoffice.org-2-RC/files/Makefile.localized
parent- update to 0.9.1 [1] (diff)
* LOCALIZED_LANG=all knob for all the other ooo-2 ports.
* sync Makefile.localized with three ooo-2 ports.
Notes
Notes: svn path=/head/; revision=181686
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2-RC/files/Makefile.localized5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/Makefile.localized b/editors/openoffice.org-2-RC/files/Makefile.localized
index 4bcfcf78d781..4088c9664bfa 100644
--- a/editors/openoffice.org-2-RC/files/Makefile.localized
+++ b/editors/openoffice.org-2-RC/files/Makefile.localized
@@ -388,4 +388,9 @@ BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/
LANG_PKGNAME= ${LOCALIZED_LANG}
.endif
################################################################
+.if ${LOCALIZED_LANG} == "all"
+ALL_LOCALIZED_LANGS=yes
+PKGNAMESUFFIX= -alllangs
+.endif
+################################################################
.endif