diff options
author | mrauch <mrauch@pkgsrc.org> | 2004-05-30 08:38:35 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2004-05-30 08:38:35 +0000 |
commit | bda618b389ad7968c9436b69a18090e31c8d8c9b (patch) | |
tree | 460aee344451ec3d5ab8efa799508b75bbf08880 | |
parent | f50240a5453211beab853643ff4d474eb3267ed2 (diff) | |
download | pkgsrc-bda618b389ad7968c9436b69a18090e31c8d8c9b.tar.gz |
Change MASTER_SITES to use new MASTER_SITE_OPENOFFICE list of mirrors.
-rw-r--r-- | misc/openoffice-linux/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/openoffice-linux/Makefile b/misc/openoffice-linux/Makefile index 1a6c86f8a5a..580248c9a13 100644 --- a/misc/openoffice-linux/Makefile +++ b/misc/openoffice-linux/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.22 2004/05/30 08:30:08 mrauch Exp $ +# $NetBSD: Makefile,v 1.23 2004/05/30 08:38:35 mrauch Exp $ DISTNAME= OOo_1.1.1_LinuxIntel_install PKGNAME= openoffice-linux-1.1.1 CATEGORIES= misc -MASTER_SITES= http://mirrors.isc.org/pub/openoffice/stable/1.1.1/ \ - http://www.fs.tum.de/~mrauch/OpenOffice/download/ +MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/1.1.1/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= openoffice-linux-111-services.rdb.bz2 +SITES_openoffice-linux-111-services.rdb.bz2=http://www.fs.tum.de/~mrauch/OpenOffice/download/\ + ftp://ftp.NetBSD.org/pub/NetBSD/misc/mrauch/ MAINTAINER= mrauch@NetBSD.org HOMEPAGE= http://www.openoffice.org/ |