diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-18 06:09:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-18 06:09:14 +0000 |
commit | 1a868a8585f773077a1ac538a741a36e89211725 (patch) | |
tree | 92f18ad285ab6d1ef71bb5daa2c12c05f0d47aba /editors/openoffice-3/Makefile | |
parent | 3cbb866591e4a5b8c712327877826fac3ad663db (diff) |
Notes
Diffstat (limited to 'editors/openoffice-3/Makefile')
-rw-r--r-- | editors/openoffice-3/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 321b55b5db04..928deecf397c 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/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> |