diff options
author | maho <maho@FreeBSD.org> | 2005-02-15 06:52:21 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-02-15 06:52:21 +0000 |
commit | f0bd11f8e397f4d21538f4009a6f8d160ac02658 (patch) | |
tree | 68ce1f30d500a7b4c26e59b4e330cb5765e346b4 /editors/openoffice.org-2-RC | |
parent | 8de88951b700cb39d8bf77fd7e69521dc9deb5ee (diff) | |
download | FreeBSD-ports-f0bd11f8e397f4d21538f4009a6f8d160ac02658.zip FreeBSD-ports-f0bd11f8e397f4d21538f4009a6f8d160ac02658.tar.gz |
Now source code tar balls for OOo developer versions
are provided by Good-Day Inc.
Provided by: Good-Day Inc. MAEDA Seiya and YABUKI Yukiharu
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index d89730d..e39d08d 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/Makefile @@ -8,11 +8,10 @@ PORTNAME= openoffice PORTVERSION= 2.0.${SNAPDATE} CATEGORIES+= editors -MASTER_SITES+= ${MASTER_SITE_LOCAL} \ +MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ + ${MASTER_SITE_LOCAL:S,%SUBDIR%,maho/openoffice.org/&,}:mozprj \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ - ${MASTER_SITE_MOZILLA:S,%SUBDIR%,mozilla/releases/mozilla1.7b/src/&,}:mozsrc \ - http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/:help -MASTER_SITE_SUBDIR= maho/openoffice.org + ${MASTER_SITE_MOZILLA:S,%SUBDIR%,mozilla/releases/mozilla1.7b/src/&,}:mozsrc DISTFILES+= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2 gpc231.tar.Z:gpc EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2 @@ -25,7 +24,7 @@ USE_GNOME= gtk20 MOZILLA_PROJECT= cws_srx645_mozooo.20041016.tar.gz MOZILLA_SOURCE= mozilla-source-1.7b-source.tar.gz .if !defined(WITHOUT_MOZILLA) -DISTFILES+= ${MOZILLA_PROJECT} ${MOZILLA_SOURCE}:mozsrc +DISTFILES+= ${MOZILLA_PROJECT}:mozprj ${MOZILLA_SOURCE}:mozsrc USE_GNOME+= orbit gtk12 .endif |