diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-26 08:57:22 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-26 08:57:22 +0000 |
commit | 2174df6d2559b98c91c85aae07a2d54c93f61dc8 (patch) | |
tree | a95ce272348db7fe2bfb46ac31c3c886999b999b /editors/openoffice/Makefile | |
parent | bd8adda26beaf96b5610613674f47e7268c8e9b2 (diff) | |
download | ports-2174df6d2559b98c91c85aae07a2d54c93f61dc8.tar.gz ports-2174df6d2559b98c91c85aae07a2d54c93f61dc8.zip |
Notes
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r-- | editors/openoffice/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 91a4fae39428..6f6fff2834a2 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 |