diff options
author | mbr <mbr@FreeBSD.org> | 2002-09-16 20:47:02 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-09-16 20:47:02 +0800 |
commit | 77de52f6210858d69cf2d89643212ee24d8af64e (patch) | |
tree | dad718957e9315b1b0353975aed035a31af7ecf5 /editors/openoffice-1.0 | |
parent | 09d9cf048cb2caa5d4a11069acc5aa19afefa314 (diff) | |
download | freebsd-ports-gnome-77de52f6210858d69cf2d89643212ee24d8af64e.tar.gz freebsd-ports-gnome-77de52f6210858d69cf2d89643212ee24d8af64e.tar.zst freebsd-ports-gnome-77de52f6210858d69cf2d89643212ee24d8af64e.zip |
sf1.mirror.openoffice.org is down now for about 2 weeks. That's
too long. Add a german site as second master site.
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 79bd67df6ac6..af2afcd67a0f 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -9,10 +9,11 @@ PORTNAME= openoffice PORTVERSION= 1.0.1 PORTREVISION= 3 CATEGORIES+= editors -MASTER_SITES+= http://sf1.mirror.openoffice.org/%SUBDIR%/ \ +MASTER_SITES+= http://ny1.mirror.openoffice.org/%SUBDIR%/ \ + http://ftp.gwdg.de/pub/misc/openoffice/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/&,} \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ - http://sf1.mirror.openoffice.org/miscellaneous/helpcontent/:help + http://ny1.mirror.openoffice.org/miscellaneous/helpcontent/:help MASTER_SITE_SUBDIR= ${PORTVERSION} DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 \ gpc231.tar.Z:gpc |