diff options
author | maho <maho@FreeBSD.org> | 2005-01-29 22:15:39 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-01-29 22:15:39 +0800 |
commit | 6350166039627d8be46afb9b7135ecc7a16c99f0 (patch) | |
tree | 5fd2389d0e06afd0653ba95996a6e9d0fb88a250 /editors/openoffice.org-2.0 | |
parent | d714a2955b5f56610cdb184e9257a8c7ddd02681 (diff) | |
download | freebsd-ports-graphics-6350166039627d8be46afb9b7135ecc7a16c99f0.tar.gz freebsd-ports-graphics-6350166039627d8be46afb9b7135ecc7a16c99f0.tar.zst freebsd-ports-graphics-6350166039627d8be46afb9b7135ecc7a16c99f0.zip |
Fix installation
Diffstat (limited to 'editors/openoffice.org-2.0')
-rw-r--r-- | editors/openoffice.org-2.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index 99258f1a78c..e88baf549b5 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -150,7 +150,7 @@ do-build: @cd ${WRKSRC} ; ${SETENV} "DEFAULT_TO_ENGLISH_FOR_PACKING=yes" ${TCSH} -c 'source FreeBSDEnv.Set ; dmake -P${NUMOFPROCESSES}' OOOFILES1= openofficeorg-calc.sw openofficeorg-core.sw openofficeorg-draw.sw openofficeorg-graphicfilter.sw -OOOFILES2= openofficeorg-impress.sw openofficeorg-javafilter.sw openofficeorg-mailcap.sw +OOOFILES2= openofficeorg-impress.sw openofficeorg-javafilter.sw OOOFILES3= openofficeorg-math.sw openofficeorg-spellcheck.sw openofficeorg-testtool.sw OOOFILES4= openofficeorg-writer.sw openofficeorg-xsltfilter.sw |