diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-08 12:24:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-08 12:24:53 +0000 |
commit | a5300271eeeb259cb554df5a97578add80a822bc (patch) | |
tree | 0f6c8a6f7d039ff51b92d71170a48bd056278fd1 | |
parent | 0ee3571ede3654460a21934a223808773b1ca2b6 (diff) | |
download | pkgsrc-a5300271eeeb259cb554df5a97578add80a822bc.tar.gz |
Add two MASTER_SITES.
-rw-r--r-- | www/opera6/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/opera6/Makefile b/www/opera6/Makefile index bf5e4c58b50..4cc8a321a91 100644 --- a/www/opera6/Makefile +++ b/www/opera6/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2002/04/04 11:56:47 tron Exp $ +# $NetBSD: Makefile,v 1.7 2002/04/08 12:24:53 wiz Exp $ DISTNAME= opera-${OPERA_PKG_VERSION} CATEGORIES= www MASTER_SITES= ftp://opera.panix.com/pub/linux/${OPERA_DIR}/ \ ftp://ftp.hu-berlin.de/pub/www/opera/linux/${OPERA_DIR}/ \ http://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_DIR}/ \ - http://ftp.opera.com/pub/opera/linux/${OPERA_DIR}/ + http://ftp.opera.com/pub/opera/linux/${OPERA_DIR}/ \ + http://opera.online.no/linux/${OPERA_DIR}/ \ + ftp://ftp.tuwien.ac.at/infosys/browsers/opera/linux/${OPERA_DIR}/ EXTRACT_SUFX= .rpm DISTFILES= opera-${OPERA_DIST_VERSION}.${OPERA_ARCH}${EXTRACT_SUFX} |