diff options
author | knu <knu@FreeBSD.org> | 2002-08-26 08:57:22 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-08-26 08:57:22 +0000 |
commit | a5e089c18f19e183e9d13337c6bc7dc24d768f7e (patch) | |
tree | b54ea5add2bfc1f01743c7532a123dab3d4c3ee5 /editors | |
parent | 4129d2abd89967938efec36cb3cad568e33682b4 (diff) | |
download | FreeBSD-ports-a5e089c18f19e183e9d13337c6bc7dc24d768f7e.zip FreeBSD-ports-a5e089c18f19e183e9d13337c6bc7dc24d768f7e.tar.gz |
- Use %SUBDIR% instead of embedding ${PORTVERSION} in MASTER_SITES
entries.
- Use the MASTER_SITES-:fu to cut bogus combinations of MASTER_SITES
and DISTFILES.
- Now that RingServer mirrors OpenOffice.org, add it to MASTER_SITES.
Approved by: mbr (MAINTAINER)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 13 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 13 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 13 |
3 files changed, 24 insertions, 15 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 91a4fae..6f6fff2 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -9,12 +9,15 @@ PORTNAME= openoffice PORTVERSION= 1.0.1 PORTREVISION= 3 CATEGORIES+= editors -MASTER_SITES+= http://sf1.mirror.openoffice.org/${PORTVERSION}/ \ - ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ \ - http://sf1.mirror.openoffice.org/miscellaneous/helpcontent/ -DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z +MASTER_SITES+= http://sf1.mirror.openoffice.org/%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 +MASTER_SITE_SUBDIR= ${PORTVERSION} +DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 \ + gpc231.tar.Z:gpc .if defined(L10NHELP) -DISTFILES+= ${L10NHELP} +DISTFILES+= ${L10NHELP:S/$/:help/} .endif SORT?= /usr/bin/sort diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 91a4fae..6f6fff2 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -9,12 +9,15 @@ PORTNAME= openoffice PORTVERSION= 1.0.1 PORTREVISION= 3 CATEGORIES+= editors -MASTER_SITES+= http://sf1.mirror.openoffice.org/${PORTVERSION}/ \ - ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ \ - http://sf1.mirror.openoffice.org/miscellaneous/helpcontent/ -DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z +MASTER_SITES+= http://sf1.mirror.openoffice.org/%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 +MASTER_SITE_SUBDIR= ${PORTVERSION} +DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 \ + gpc231.tar.Z:gpc .if defined(L10NHELP) -DISTFILES+= ${L10NHELP} +DISTFILES+= ${L10NHELP:S/$/:help/} .endif SORT?= /usr/bin/sort diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 91a4fae..6f6fff2 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -9,12 +9,15 @@ PORTNAME= openoffice PORTVERSION= 1.0.1 PORTREVISION= 3 CATEGORIES+= editors -MASTER_SITES+= http://sf1.mirror.openoffice.org/${PORTVERSION}/ \ - ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ \ - http://sf1.mirror.openoffice.org/miscellaneous/helpcontent/ -DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z +MASTER_SITES+= http://sf1.mirror.openoffice.org/%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 +MASTER_SITE_SUBDIR= ${PORTVERSION} +DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 \ + gpc231.tar.Z:gpc .if defined(L10NHELP) -DISTFILES+= ${L10NHELP} +DISTFILES+= ${L10NHELP:S/$/:help/} .endif SORT?= /usr/bin/sort |