diff options
Diffstat (limited to 'editors/openoffice.org-2-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index 321b55b5db04..928deecf397c 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -7,16 +7,18 @@ # PORTNAME= openoffice -PORTVERSION= 6.0.a609 +PORTVERSION= 6.0.a627 CATEGORIES= editors -MASTER_SITES= http://a1580.g.akamai.net/7/1580/2064/OpenOffice609/anoncvs.openoffice.org/download/OpenOffice609/ -DISTNAME= oo_609_src -DISTFILES= oo_609_src${EXTRACT_SUFX} solenv609_linuxintel${EXTRACT_SUFX} +MASTER_SITES= http://a2024.g.akamai.net/7/2024/2064/OpenOffice627/anoncvs.openoffice.org/download/OpenOffice627/ \ + http://a2000.g.akamai.net/7/2000/2064/OpenOffice627/anoncvs.openoffice.org/download/OpenOffice627/ +DISTNAME= oo_627_src +#DISTFILES= oo_627_src${EXTRACT_SUFX} solenv627_linuxintel${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org -BROKEN= 'work in progress -- does not work yet' +#BROKEN= 'work in progress -- does not work yet' +BZIP2= yes CONFIGURE_WRKSRC= ${WRKSRC}/config_office .include <bsd.port.pre.mk> |