diff options
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 91a4fae3942..6f6fff2834a 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 91a4fae3942..6f6fff2834a 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 91a4fae3942..6f6fff2834a 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 |