diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-09-22 03:20:13 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-09-22 03:20:13 +0000 |
commit | ef1060da48b38717e73ce7fca5e0df1cc0cfef42 (patch) | |
tree | 6d17000c8c4bf88666350e8116cf6e1069845908 /editors | |
parent | 5acd6429b01c85035b7d42e0436a4927ee00e0c2 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 37a5d363c05e..ae929e2775d3 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -8,10 +8,12 @@ PORTNAME= openoffice.org PORTVERSION= 1.1.5.${SNAPDATE} CATEGORIES+= editors -MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ +MASTER_SITES+= http://openoffice.lunarshells.com/sources/ \ + ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ ${MASTER_SITE_LOCAL:S,%SUBDIR%,maho/openoffice.org/&,}:moz \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ ${MASTER_SITE_MOZILLA:S,%SUBDIR%,mozilla/releases/mozilla${MOZILLA_VERSION}/&,}src/:mozsrc \ + http://openoffice.lunarshells.com/sources/helpcontent/:help \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/contrib/helpcontent/&,}:help \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/contrib/helpcontent-1.0/&,}:help3 \ ftp://ftp.kddlabs.co.jp/office/openoffice/contrib/helpcontent/:help \ diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 324b4c7909ee..ee9755fd56ed 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -17,6 +17,7 @@ MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/stable/1.1.5/ ftp://ftp.stardiv.de/pub/OpenOffice.org/stable/1.1.5/ \ http://ftp.gwdg.de/pub/misc/openoffice/stable/1.1.5/ \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ + http://openoffice.lunarshells.com/sources/helpcontent/:help \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/contrib/helpcontent/&,}:help \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/contrib/helpcontent-1.0/&,}:help3 \ ftp://ftp.kddlabs.co.jp/office/openoffice/contrib/helpcontent/:help \ |