diff options
author | maho <maho@FreeBSD.org> | 2004-04-12 08:52:04 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-04-12 08:52:04 +0800 |
commit | 930d890a7e14ea40af3c3f3a9fe558f5afa337d5 (patch) | |
tree | 15014dc51ed30d999f2170c927a49aba62385959 /editors/openoffice-1.0 | |
parent | 3acaa5faf0c49de8805ba84b8523f9c8a1cab41b (diff) | |
download | freebsd-ports-gnome-930d890a7e14ea40af3c3f3a9fe558f5afa337d5.tar.gz freebsd-ports-gnome-930d890a7e14ea40af3c3f3a9fe558f5afa337d5.tar.zst freebsd-ports-gnome-930d890a7e14ea40af3c3f3a9fe558f5afa337d5.zip |
update MASTER_SITES
Reported by: kris
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 0f020ef2c0c5..c2089700d785 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -9,11 +9,12 @@ PORTNAME= openoffice PORTVERSION= 1.0.3 PORTREVISION= 3 CATEGORIES+= editors -MASTER_SITES+= http://openofficeorg.secsup.org/%SUBDIR%/ \ - http://mirrors.sunsite.dk/openoffice/%SUBDIR%/ \ +MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/&,} \ + ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/%SUBDIR%/ \ + ftp://ftp.kddlabs.co.jp/office/openoffice/%SUBDIR%/ \ + ftp://ftp.tu-chemnitz.de/pub/openoffice/%SUBDIR%/ \ + http://ftp.stardiv.de/pub/OpenOffice.org/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/openoffice/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/&,} \ - ftp://ftp.chg.ru/pub/OpenOffice.org/%SUBDIR%/ \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ ftp://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent-1.0/:help \ http://people.freebsd.org/~mbr/ooo/:moz |