diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-04-06 05:11:20 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-04-06 05:11:20 +0000 |
commit | 74a8af2f2fd6510e34e7ef36d6f48e48d44dd2d2 (patch) | |
tree | 0ee0dbb4ed940b67f1a3b06a10841ea3d4a2961d /editors/openoffice-3/Makefile | |
parent | 3914c5b26a037f90a5b708fedc7d45e8582745c4 (diff) |
1. For all language build "all" to "alllangs".
2. Fix hang "Glib bug".
http://qa.openoffice.org/issues/show_bug.cgi?id=75190
Bump port revision for openoffice.org-2 port accordingly.
3. Fix language pack builds for openoffice.org-3-devel port.
PR: 121953 (2)
Submitted by: Dwayne MacKinnon and Marcin Cieslak (will be SCAed; saperski@openoffice.org) (2)
Notes
Notes:
svn path=/head/; revision=210628
Diffstat (limited to 'editors/openoffice-3/Makefile')
-rw-r--r-- | editors/openoffice-3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 1ff8da786317..9966a8b02df0 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -7,7 +7,7 @@ PORTNAME?= openoffice.org PORTVERSION?= ${OOOVERSION} -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://openoffice.lunarshells.com/sources/ \ @@ -198,12 +198,12 @@ do-build: .else @cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -c "source ${FREEBSD_ENV_SET} ; setenv TMP ${WRKSRC} ; dmake" .endif -.if ${LOCALIZED_LANG} == "all" +.if ${LOCALIZED_LANG} == "alllangs" @${MAKE} languagepack .endif do-install: -.if ${LOCALIZED_LANG} == "all" +.if ${LOCALIZED_LANG} == "alllangs" @cd ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice/bsd/install/en-US/freebsd-*/ ; ${LS} *.t?z > ${WRKDIR}/INSTALLFILES @cd ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_languagepack/bsd/install/ ; ${LS} */freebsd*/*.t?z > ${WRKDIR}/LANGPACKFILES @${RM} -Rf ${WRKDIR}/tmp |