diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-25 18:36:49 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-25 18:36:49 +0000 |
commit | 3e5d9c7f1f1157e7628eec768809c4e039f25942 (patch) | |
tree | f9e7ab4458c18028fd692a0f836f8eb0267f92db /editors/openoffice.org-1.0 | |
parent | ca73b375cdbf1e32af052b2c5b8ec8b05b11fe81 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index c93721104376..ff5e6d459513 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -9,14 +9,18 @@ PORTNAME= openoffice.org PORTVERSION= 1.0.3 PORTREVISION= 5 CATEGORIES+= editors -MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/stable/${PORTVERSION}/&,} \ - ${MASTER_SITE_LOCAL:S,%SUBDIR%,maho/openoffice.org/&,}:moz \ +MASTER_SITES+= ${MASTER_SITE_RINGSERVER} \ + ${MASTER_SITE_LOCAL:S/$/:moz/} \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ - ${MASTER_SITE_MOZILLA:S,%SUBDIR%,mozilla/releases/mozilla${MOZILLA_VERSION}/&,}src/:mozsrc \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/contrib/helpcontent-1.0/&,}:help \ + ${MASTER_SITE_MOZILLA:S/$/:mozsrc/} \ + ${MASTER_SITE_RINGSERVER:S/$/:help/} \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/helpcontent-1.0/:help \ http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent-1.0/:help \ - ${MASTER_SITE_LOCAL:S,%SUBDIR%,maho/openoffice.org/&,}:ru + ${MASTER_SITE_LOCAL:S/$/:ru/} +MASTER_SITE_SUBDIR= misc/openoffice/stable/${PORTVERSION} \ + maho/openoffice.org/:moz,ru \ + mozilla/releases/mozilla${MOZILLA_VERSION}/src/:mozsrc \ + misc/openoffice/contrib/helpcontent-1.0/:help DISTFILES+= OOo_${RELEASE_NR}_source.tar.gz gpc231.tar.Z:gpc patch-translation-ru-1.0.3.bz2:ru EXTRACT_ONLY= OOo_${RELEASE_NR}_source.tar.gz |